summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAfriza N. Arief <afriza.na@gmail.com>2015-04-13 18:16:21 +0800
committerTim Graham <timograham@gmail.com>2015-04-13 07:50:23 -0400
commitb295fcd19c00706d7f60db73741c1311ee141409 (patch)
tree81337fff6681a7850e5e94a272cabe8b3949e38e
parent09595b4fc67ac4c94ed4e0d4c69acc1e4a748c81 (diff)
downloaddjango-b295fcd19c00706d7f60db73741c1311ee141409.tar.gz
Fixed typo in docs/howto/deployment/wsgi/apache-auth.txt
-rw-r--r--docs/howto/deployment/wsgi/apache-auth.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/wsgi/apache-auth.txt b/docs/howto/deployment/wsgi/apache-auth.txt
index 11da547044..eddf784483 100644
--- a/docs/howto/deployment/wsgi/apache-auth.txt
+++ b/docs/howto/deployment/wsgi/apache-auth.txt
@@ -32,7 +32,7 @@ Authentication with mod_wsgi
The use of ``WSGIApplicationGroup %{GLOBAL}`` in the configurations below
presumes that your Apache instance is running only one Django application.
- If you are running more than Django application, please refer to the
+ If you are running more than one Django application, please refer to the
`Defining Application Groups`_ section of the mod_wsgi docs for more
information about this setting.