summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-11-01 21:29:39 -0400
committerTim Graham <timograham@gmail.com>2013-11-01 21:32:05 -0400
commit33503c57ef369f07dd6a3a33ecf5cdd3fbbd0a6b (patch)
tree6649fc4c028e6af2c375fa115edd42573ff220cc /docs/topics
parent35fd14cf42f5461520e755da7bad4d4629ea26bc (diff)
[1.6.x] Fixed spelling ("dependant" -> "dependent")
Dependent means reliant on. A dependant is a person like a child or spouse. Thanks Andrew Wilcox for the report. Backport of 090315f5df from master
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/i18n/translation.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt
index 041d627bad..77a02988b1 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -991,8 +991,8 @@ for a given version of a site — it's a good candidate for caching.
Server-side caching will reduce CPU load. It's easily implemented with the
:func:`~django.views.decorators.cache.cache_page` decorator. To trigger cache
-invalidation when your translations change, provide a version-dependant key
-prefix, as shown in the example below, or map the view at a version-dependant
+invalidation when your translations change, provide a version-dependent key
+prefix, as shown in the example below, or map the view at a version-dependent
URL.
.. code-block:: python