diff options
author | Steven Knight <knight@baldmt.com> | 2009-01-12 13:03:29 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-01-12 13:03:29 (GMT) |
commit | 9c3fd1b16fc0aece20e183a6719679c69de6c92e (patch) | |
tree | 2ad7df6986234037b4e0bcc7e8e5840b6149298c /doc/user/environments.xml | |
parent | a3f48d7586306030394e9b542e12cf9c56132bce (diff) | |
download | SCons-9c3fd1b16fc0aece20e183a6719679c69de6c92e.zip SCons-9c3fd1b16fc0aece20e183a6719679c69de6c92e.tar.gz SCons-9c3fd1b16fc0aece20e183a6719679c69de6c92e.tar.bz2 |
Fix typos in the User's Guide. (Zia Sobhani)
Diffstat (limited to 'doc/user/environments.xml')
-rw-r--r-- | doc/user/environments.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/environments.xml b/doc/user/environments.xml index 0aac0d8..0746793 100644 --- a/doc/user/environments.xml +++ b/doc/user/environments.xml @@ -415,7 +415,7 @@ environment, of directory names, suffixes, etc. This avoids a whole class of problems with builds where a developer's local build works because a custom variable setting - causes a different comiler or build option to be used, + causes a different compiler or build option to be used, but the checked-in change breaks the official build because it uses different environment variable settings. @@ -459,7 +459,7 @@ environment, of directory names, suffixes, etc. <envar>os.environ</envar> dictionary. This means that you must add an - <literal>import os</literal> statuement + <literal>import os</literal> statement to any &SConscript; file in which you want to use values from the user's external environment. |