summaryrefslogtreecommitdiffstats
path: root/doc/user/environments.xml
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-06-05 13:42:53 (GMT)
committerSteven Knight <knight@baldmt.com>2010-06-05 13:42:53 (GMT)
commite8916d8480fa0b2ce55b98d692721d8fe6c514cd (patch)
treeca72939cb83fa61480d15c9b33dfb0034cd3cdc1 /doc/user/environments.xml
parentd4437af9735e06b99a9ef7074bf67fbd264a0aa7 (diff)
downloadSCons-e8916d8480fa0b2ce55b98d692721d8fe6c514cd.zip
SCons-e8916d8480fa0b2ce55b98d692721d8fe6c514cd.tar.gz
SCons-e8916d8480fa0b2ce55b98d692721d8fe6c514cd.tar.bz2
Fix an AllowSubstExceptions() typo in the User's Guide update.
Diffstat (limited to 'doc/user/environments.xml')
-rw-r--r--doc/user/environments.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/environments.xml b/doc/user/environments.xml
index 2bc43f5..6970a92 100644
--- a/doc/user/environments.xml
+++ b/doc/user/environments.xml
@@ -794,7 +794,7 @@ environment, of directory names, suffixes, etc.
This default behaviour can be changed using the &AllowSubstExceptions;
function.
When a problem occurs with a variable expansion it generates
- an exception, and the &AllowSubstException; function controls
+ an exception, and the &AllowSubstExceptions; function controls
which of these exceptions are actually fatal and which are
allowed to occur safely. By default, &NameError; and &IndexError;
are the two exceptions that are allowed to occur: so instead of