summaryrefslogtreecommitdiff
path: root/pymemcache
diff options
context:
space:
mode:
authorJürgen Gmach <juergen.gmach@googlemail.com>2021-11-18 17:24:50 +0100
committerGitHub <noreply@github.com>2021-11-18 08:24:50 -0800
commit3ed350dbafeab9009e0b255dee21a656f0789bea (patch)
treeff66383dd677e32edd67f24d763972cadae89f0e /pymemcache
parent88ae513f6587dfbc3a58de9ca575e6be4338450a (diff)
downloadpymemcache-3ed350dbafeab9009e0b255dee21a656f0789bea.tar.gz
fix typo (#356)
Diffstat (limited to 'pymemcache')
-rw-r--r--pymemcache/client/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pymemcache/client/base.py b/pymemcache/client/base.py
index 29a6732..7499758 100644
--- a/pymemcache/client/base.py
+++ b/pymemcache/client/base.py
@@ -332,7 +332,7 @@ class Client:
if self.socket_keepalive is not None:
if user_system not in SOCKET_KEEPALIVE_SUPPORTED_SYSTEM:
raise SystemError(
- "Pymemcache's socket keepalive mechaniss doesn't "
+ "Pymemcache's socket keepalive mechanism doesn't "
"support your system ({user_system}). If "
"you see this message it mean that you tried to "
"configure your socket keepalive on an unsupported "