summaryrefslogtreecommitdiff
path: root/docs/modpython.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-04-12 13:39:34 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-04-12 13:39:34 +0000
commit873b12b94dd2ea8a29ed1c23baad16ae5227d54c (patch)
tree9239ab544641519ebd2f967d97cdd9f89822a78a /docs/modpython.txt
parentaf0056201e4484adaf7d91b8a061db1ec3e8f41d (diff)
magic-removal: Merged to [2687]
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2688 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/modpython.txt')
-rw-r--r--docs/modpython.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modpython.txt b/docs/modpython.txt
index 5800968ee5..24cb405231 100644
--- a/docs/modpython.txt
+++ b/docs/modpython.txt
@@ -190,7 +190,7 @@ Error handling
==============
When you use Apache/mod_python, errors will be caught by Django -- in other
-words, they won't propogate to the Apache level and won't appear in the Apache
+words, they won't propagate to the Apache level and won't appear in the Apache
``error_log``.
The exception for this is if something is really wonky in your Django setup. In