Merge "Fix typo in SecurityGroup HTTP error message"

This commit is contained in:
Jenkins 2016-02-04 15:44:52 +00:00 committed by Gerrit Code Review
commit 2b4d605b24

View File

@ -93,7 +93,7 @@ class SecurityGroupRemoteGroupAndRemoteIpPrefix(nexception.InvalidInput):
class SecurityGroupProtocolRequiredWithPorts(nexception.InvalidInput):
message = _("Must also specifiy protocol if port range is given.")
message = _("Must also specify protocol if port range is given.")
class SecurityGroupNotSingleGroupRules(nexception.InvalidInput):