summaryrefslogtreecommitdiffstats
path: root/tests/test_content_types.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_content_types.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_content_types.py')
-rw-r--r--tests/test_content_types.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_content_types.py b/tests/test_content_types.py
index 20bf3386..73b2fae2 100644
--- a/tests/test_content_types.py
+++ b/tests/test_content_types.py
@@ -266,7 +266,7 @@ class CoreApiTests(object):
"""Applicable to XML and JSON.
However, navigating links and media-types differs between content
- types so they need to be validated seperately.
+ types so they need to be validated separately.
"""
self.assertIsNotNone(version)
@@ -278,7 +278,7 @@ class CoreApiTests(object):
"""Applicable to XML and JSON.
However, navigating extension links differs between content types.
- They need to be validated seperately with assertValidExtensionLink.
+ They need to be validated separately with assertValidExtensionLink.
"""
self.assertIsNotNone(extension)