Fix typo in SecurityGroup HTTP error message

Change-Id: I52c6235f42bab4913f758ec155d42dba02d553e9
This commit is contained in:
Bertrand Lallau 2016-02-03 10:24:25 +01:00
parent b1999202b8
commit ec30555b52

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):