summaryrefslogtreecommitdiffstats
path: root/keystone/middleware
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 /keystone/middleware
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 'keystone/middleware')
-rw-r--r--keystone/middleware/s3_token.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/middleware/s3_token.py b/keystone/middleware/s3_token.py
index 477de999..6c39b9d5 100644
--- a/keystone/middleware/s3_token.py
+++ b/keystone/middleware/s3_token.py
@@ -177,7 +177,7 @@ class S3Token(object):
# NOTE(chmou): We still have the same problem we would need to
# change token_auth to detect if we already
# identified and not doing a second query and just
- # pass it thru to swiftauth in this case.
+ # pass it through to swiftauth in this case.
try:
resp, output = self._json_request(creds_json)
except ServiceError as e: