Fixed typo errors

This commit is contained in:
tengqm 2015-01-02 00:25:46 +08:00
parent e86abb7cd2
commit 4cffbaa51d

View File

@ -219,7 +219,7 @@ class ProfileNotFound(SenlinException):
msg_fmt = _("The profile (%(profile)s) could not be found.")
class ProfileNotSpecicified(SenlinException):
class ProfileNotSpecified(SenlinException):
msg_fmt = _("Profile not specified.")