From de3f882e529a88922c9bb67cc098a34df3ae202d Mon Sep 17 00:00:00 2001 From: Tang Chen Date: Sat, 30 Jan 2016 16:52:14 +0800 Subject: [PATCH] Trivial: Fix a typo in test_policy.py wont' -> won't belone -> belong Change-Id: I8b12f55470b66b18313a6a8ceccdb278330c32ed --- nova/tests/unit/test_policy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/tests/unit/test_policy.py b/nova/tests/unit/test_policy.py index 10542acabcbc..10f8a661ee24 100644 --- a/nova/tests/unit/test_policy.py +++ b/nova/tests/unit/test_policy.py @@ -737,7 +737,7 @@ class RealRolePolicyTestCase(test.NoDBTestCase): def test_rule_missing(self): rules = policy.get_rules() # eliqiao os_compute_api:os-quota-class-sets:show requires - # admin=True or quota_class match, this rule wont' belone to + # admin=True or quota_class match, this rule won't belong to # admin_only, non_admin, admin_or_user, empty_rule special_rules = ('admin_api', 'admin_or_owner', 'context_is_admin', 'os_compute_api:os-quota-class-sets:show')