Merge "Fixes typo of explanation on exception.py"

This commit is contained in:
Jenkins 2014-01-06 04:35:00 +00:00 committed by Gerrit Code Review
commit 86edcb0ba8

View File

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