summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pymemcache/fallback.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pymemcache/fallback.py b/pymemcache/fallback.py
index d70d83c..b7e9dd8 100644
--- a/pymemcache/fallback.py
+++ b/pymemcache/fallback.py
@@ -16,7 +16,7 @@
A client for falling back to older memcached servers when performing reads.
It is sometimes necessary to deploy memcached on new servers, or with a
-different configuration. In theses cases, it is undesirable to start up an
+different configuration. In these cases, it is undesirable to start up an
empty memcached server and point traffic to it, since the cache will be cold,
and the backing store will have a large increase in traffic.