Django

Code

Changeset 6251

Show
Ignore:
Timestamp:
09/14/07 20:02:45 (1 year ago)
Author:
ubernostrum
Message:

Correcting inadvertent typo from [6224]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/tutorial01.txt

    r6224 r6251  
    4747   denied" when you try to run ``django-admin.py startproject``. This 
    4848   is because, on Unix-based systems like OS X, a file must be marked 
    49    as "exceutable" before it can be run as a program. To do this, open 
     49   as "executable" before it can be run as a program. To do this, open 
    5050   Terminal.app and navigate (using the `cd` command) to the directory 
    5151   where ``django-admin.py`` is installed, then run the command