summaryrefslogtreecommitdiffstats
path: root/tests/test_exception.py
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2013-02-12 11:17:31 -0800
committerJoe Gordon <jogo@cloudscaling.com>2013-02-12 11:17:31 -0800
commitac6ee6901c5df70e5ddac3e571c57902b90b040a (patch)
treeca6eada4536bfeef07f1db97fe1325136d89296e /tests/test_exception.py
parent32c1bb49011cdc0082016c79c10ccc0386595f74 (diff)
downloadkeystone-ac6ee6901c5df70e5ddac3e571c57902b90b040a.tar.gz
keystone-ac6ee6901c5df70e5ddac3e571c57902b90b040a.tar.xz
keystone-ac6ee6901c5df70e5ddac3e571c57902b90b040a.zip
Fix spelling mistakes
git ls-files | misspellings -f - Source: https://github.com/lyda/misspell-check Change-Id: Icbd2412aa65bc8135e5dcd83ee69e94f5a42f7a2
Diffstat (limited to 'tests/test_exception.py')
-rw-r--r--tests/test_exception.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_exception.py b/tests/test_exception.py
index 13f626a0..dffa14ed 100644
--- a/tests/test_exception.py
+++ b/tests/test_exception.py
@@ -54,7 +54,7 @@ class ExceptionTestCase(test.TestCase):
user-facing.
This test provides a custom message to bypass docstring parsing, which
- should be tested seperately.
+ should be tested separately.
"""
for cls in [x for x in exception.__dict__.values() if callable(x)]: