Fix typos: "gruop" and "remove from"

Change-Id: If1afd82ffff3f4058c87b675913d4a0d31c52c09
Closes-Bug: #1234119
(cherry picked from commit 0def30491c)
This commit is contained in:
Akihiro MOTOKI 2013-10-02 20:49:09 +09:00
parent 737ef39e08
commit 64235fde83
2 changed files with 2 additions and 2 deletions

View File

@ -296,7 +296,7 @@ class RemoveRuleFromPolicy(forms.SelfHandlingForm):
remove_rule = api.fwaas.rule_get(request, remove_rule_id)
body = {'firewall_rule_id': remove_rule_id}
policy = api.fwaas.policy_remove_rule(request, policy_id, **body)
msg = _('Rule %(rule)s was successfully remove from policy '
msg = _('Rule %(rule)s was successfully removed from policy '
'%(policy)s.' %
{'rule': remove_rule.name or remove_rule.id,
'policy': policy_name_or_id})

View File

@ -109,7 +109,7 @@ class BaseUsage(object):
'security_group': {
'api': api.network.security_group_list,
'limit_name': 'totalSecurityGroupsUsed',
'message': _('Unable to retrieve security gruops.')
'message': _('Unable to retrieve security groups.')
}
}