diff --git a/keystoneclient/middleware/auth_token.py b/keystoneclient/middleware/auth_token.py index dae51cb94..220ffee69 100644 --- a/keystoneclient/middleware/auth_token.py +++ b/keystoneclient/middleware/auth_token.py @@ -495,7 +495,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')