summaryrefslogtreecommitdiff
path: root/docs/_ext
diff options
context:
space:
mode:
authorGavin Wahl <gwahl@fusionbox.com>2013-03-28 11:16:53 -0600
committerTim Graham <timograham@gmail.com>2013-03-29 08:00:24 -0400
commitd1b7bd030b1db111e1a3505b1fc029ab964382cc (patch)
treed08f5efd105f0da4b098146c66a45811987c3152 /docs/_ext
parent149150deb128b1a5df8b5c1f8756abf589d53422 (diff)
[1.5.x] Fixed spelling errors
Backport of ec04fd1344 from master
Diffstat (limited to 'docs/_ext')
-rw-r--r--docs/_ext/djangodocs.py2
-rw-r--r--docs/_ext/literals_to_xrefs.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_ext/djangodocs.py b/docs/_ext/djangodocs.py
index 6c0e1892f4..44d0547a29 100644
--- a/docs/_ext/djangodocs.py
+++ b/docs/_ext/djangodocs.py
@@ -120,7 +120,7 @@ class DjangoHTMLTranslator(SmartyPantsHTMLTranslator):
# which is a bit less obvious that I'd like.
#
# FIXME: these messages are all hardcoded in English. We need to change
- # that to accomodate other language docs, but I can't work out how to make
+ # that to accommodate other language docs, but I can't work out how to make
# that work.
#
version_text = {
diff --git a/docs/_ext/literals_to_xrefs.py b/docs/_ext/literals_to_xrefs.py
index d7b3cfc549..6feeca992e 100644
--- a/docs/_ext/literals_to_xrefs.py
+++ b/docs/_ext/literals_to_xrefs.py
@@ -110,7 +110,7 @@ def fixliterals(fname):
#
# The following is taken from django.utils.termcolors and is copied here to
-# avoid the dependancy.
+# avoid the dependency.
#