summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2007-09-15 01:02:45 +0000
committerJames Bennett <ubernostrum@gmail.com>2007-09-15 01:02:45 +0000
commitce53de47a2702f9b09ff9363929057736660567b (patch)
tree6aedcabe8f8b64f46188b82e2feae6df481b6d7d /docs
parentc74ebab686021f3439634b658afb5130b71677e8 (diff)
Correcting inadvertent typo from [6224]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6251 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorial01.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt
index 2e18fd6130..4e97dcd541 100644
--- a/docs/tutorial01.txt
+++ b/docs/tutorial01.txt
@@ -46,7 +46,7 @@ will create a ``mysite`` directory in your current directory.
If you're using Mac OS X, you may see the message "permission
denied" when you try to run ``django-admin.py startproject``. This
is because, on Unix-based systems like OS X, a file must be marked
- as "exceutable" before it can be run as a program. To do this, open
+ as "executable" before it can be run as a program. To do this, open
Terminal.app and navigate (using the `cd` command) to the directory
where ``django-admin.py`` is installed, then run the command
``chmod +x django-admin.py``.