summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdan David <edand@mellanox.com>2016-06-02 01:33:12 -0400
committerEdan David <edand@mellanox.com>2016-06-02 01:35:37 -0400
commit5046c53fa669c52b3125db811e067a142300fee9 (patch)
tree3875d635a0dec6fd409e8b37bc7f803e788babf0
parent8c3acab47b4d5645b08c76236318d38e520c0668 (diff)
downloadoslo-policy-5046c53fa669c52b3125db811e067a142300fee9.tar.gz
Fix typo: 'olso' to 'oslo'
Change-Id: I58d28adf06e778307370fe580a1449659aedecc2
-rw-r--r--oslo_policy/tests/test_policy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_policy/tests/test_policy.py b/oslo_policy/tests/test_policy.py
index 2798e51..e5c9887 100644
--- a/oslo_policy/tests/test_policy.py
+++ b/oslo_policy/tests/test_policy.py
@@ -44,7 +44,7 @@ class FieldCheck(_checks.Check):
"""A non reversible check.
All oslo.policy defined checks have a __str__ method with the property that
- rule == str(_parser.parse_rule(rule)). Consumers of olso.policy may have
+ rule == str(_parser.parse_rule(rule)). Consumers of oslo.policy may have
defined checks for which that does not hold true. This FieldCheck is not
reversible so we can use it for testing to ensure that this type of check
does not break anything.