Fixes typo of explanation on exception.py

Something like:
unvavailable -> unavailable

Change-Id: I2f94532862e46d2a1371b819fa6adf2eb9cb3992
Closes-Bug: #1265687
This commit is contained in:
huangtianhua 2014-01-03 10:21:01 +08:00
parent b15954c02e
commit c3d8fae684
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ class HeatServiceUnavailableError(HeatAPIException):
'''
code = 503
title = "ServiceUnavailable"
explanation = _("Service temporarily unvavailable")
explanation = _("Service temporarily unavailable")
err_type = "Server"