summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGabriel Hurley <gabehr@gmail.com>2010-10-09 07:36:07 +0000
committerGabriel Hurley <gabehr@gmail.com>2010-10-09 07:36:07 +0000
commitb2bd6c9d56092ed4f7a3436de764baf9e44b6f12 (patch)
tree535e34a2911298863fb249f12e9fbb117d34fc54 /docs
parent19352c9cd9b3ae42ef945fa1de8399e38b2533e0 (diff)
[1.2.X] Corrects a typo in [14063]. Thanks to Russ for the report.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14065 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/install.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt
index cd3195c251..cb6c29f5f8 100644
--- a/docs/topics/install.txt
+++ b/docs/topics/install.txt
@@ -248,7 +248,7 @@ latest bug fixes and improvements, follow these instructions:
(In the above line, change ``SITE-PACKAGES-DIR`` to match the location of
your system's ``site-packages`` directory, as explained in the
"Where are my ``site-packages`` stored?" section above. Change WORKING-DIR
- to match the full path to your new ``djanjo-trunk`` directory.)
+ to match the full path to your new ``django-trunk`` directory.)
Alternatively, you can define your ``PYTHONPATH`` environment variable
so that it includes the ``django-trunk`` directory. This is perhaps the
@@ -276,7 +276,7 @@ latest bug fixes and improvements, follow these instructions:
ln -s WORKING-DIR/django-trunk/django/bin/django-admin.py /usr/local/bin
(In the above line, change WORKING-DIR to match the full path to your new
- ``djanjo-trunk`` directory.)
+ ``django-trunk`` directory.)
This simply lets you type ``django-admin.py`` from within any directory,
rather than having to qualify the command with the full path to the file.