From 19826d991030c90c2feaa4689291bbf6ce6292fa Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sat, 8 May 2010 07:31:43 +0000 Subject: [PATCH] Fixed #13405 -- Corrected typo from r13105. Thanks to danielr for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13128 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/cache.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt index 2ba660e171..9dedbcf3b9 100644 --- a/docs/topics/cache.txt +++ b/docs/topics/cache.txt @@ -74,7 +74,7 @@ This is available at ftp://ftp.tummy.com/pub/python-memcached/ .. versionchanged:: 1.2 In Django 1.0 and 1.1, you could also use ``cmemcache`` as a binding. However, support for this library was deprecated in 1.2 due to - a lack of maintenence on the ``cmemcache`` library itself. Support for + a lack of maintenance on the ``cmemcache`` library itself. Support for ``cmemcache`` will be removed completely in Django 1.4. To use Memcached with Django, set ``CACHE_BACKEND`` to