diff --git a/keystoneclient/middleware/auth_token.py b/keystoneclient/middleware/auth_token.py index 57be84251..ea88693a4 100644 --- a/keystoneclient/middleware/auth_token.py +++ b/keystoneclient/middleware/auth_token.py @@ -498,7 +498,7 @@ class AuthProtocol(object): raise ConfigurationError('memcache_security_strategy must be ' 'ENCRYPT or MAC') if not self._memcache_secret_key: - raise ConfigurationError('mecmache_secret_key must be defined ' + raise ConfigurationError('memcache_secret_key must be defined ' 'when a memcache_security_strategy ' 'is defined')