correct typo of config option name in error message

Change-Id: I146e6ac742649ec24c6fbfd8b73a5359e447e76f
This commit is contained in:
Dolph Mathews
2014-02-21 10:39:05 -06:00
parent dff54b8d1e
commit a282ae508b

View File

@@ -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')