Correcting inadvertent typo from [6224]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6251 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2007-09-15 01:02:45 +00:00
parent c74ebab686
commit ce53de47a2
1 changed files with 1 additions and 1 deletions

View File

@ -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``.