Index: django_src/docs/cache.txt
===================================================================
--- django_src/docs/cache.txt	(revision 5649)
+++ django_src/docs/cache.txt	(working copy)
@@ -543,7 +543,7 @@
 If you use ``CacheMiddleware``, it's important to put it in the right place
 within the ``MIDDLEWARE_CLASSES`` setting, because the cache middleware needs
 to know which headers by which to vary the cache storage. Middleware always
-adds something the ``Vary`` response header when it can.
+adds something to the ``Vary`` response header when it can.
 
 Put the ``CacheMiddleware`` after any middlewares that might add something to
 the ``Vary`` header. The following middlewares do so:
