summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Tracey <kmtracey@gmail.com>2009-06-18 12:42:57 +0000
committerKaren Tracey <kmtracey@gmail.com>2009-06-18 12:42:57 +0000
commit7cccaaaf706f883dddd18c86d51cea52977277f6 (patch)
tree598b48e10c447f7bb3e1ded95a0a564096f8119d
parenta44960b083131ee44ff5376d3441950404f34321 (diff)
[1.0.X] Fixed #11339 -- Corrected typo in FAQ. Thanks Kellen.
r11041 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11042 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/faq/install.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index 1c6ef43d7d..fb8005c7e7 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -26,7 +26,7 @@ For a development environment -- if you just want to experiment with Django --
you don't need to have a separate Web server installed; Django comes with its
own lightweight development server. For a production environment, Django
follows the WSGI_ spec, which means it can run on a variety of server
-platforms. See :ref:`Deplying Django <howto-deployment-index>` for some
+platforms. See :ref:`Deploying Django <howto-deployment-index>` for some
popular alternatives. Also, the `server arrangements wiki page`_ contains
details for several deployment strategies.