summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2012-09-25 08:14:09 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2012-09-25 08:14:09 -0700
commitf7cffd43ec4a878bfa438b5ac1e500bb0fe2c12d (patch)
tree3e76f710a4f314c02f5ffef9ea073040f8b4db87
parentf51eab796d087439eedcb768cdd312517780940e (diff)
parent5a1bf7eccb100ea4f4f61ceba9381a11e3e0afc5 (diff)
Merge pull request #394 from yohanboniface/doc_typos
Fix little typo in cache documentation
-rw-r--r--docs/topics/cache.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt
index e80ac85bd8..2f95c33dd5 100644
--- a/docs/topics/cache.txt
+++ b/docs/topics/cache.txt
@@ -286,7 +286,7 @@ cache is multi-process and thread-safe. To use it, set
The cache :setting:`LOCATION <CACHES-LOCATION>` is used to identify individual
memory stores. If you only have one locmem cache, you can omit the
-:setting:`LOCATION <CACHES-LOCATION>`; however, if you have more that one local
+:setting:`LOCATION <CACHES-LOCATION>`; however, if you have more than one local
memory cache, you will need to assign a name to at least one of them in
order to keep them separate.