Merge "Fix typo in SecurityGroup HTTP error message"
This commit is contained in:
commit
2b4d605b24
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user