summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-06-05 13:42:53 +0000
committerSteven Knight <knight@baldmt.com>2010-06-05 13:42:53 +0000
commit7e966b597458118b6a74681e3fe19eed179c2ecd (patch)
treeca72939cb83fa61480d15c9b33dfb0034cd3cdc1 /doc
parent392e38dcabe1997bba7ed4c40e6ff5acc451fd5e (diff)
downloadscons-7e966b597458118b6a74681e3fe19eed179c2ecd.tar.gz
Fix an AllowSubstExceptions() typo in the User's Guide update.
Diffstat (limited to 'doc')
-rw-r--r--doc/user/environments.in2
-rw-r--r--doc/user/environments.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/environments.in b/doc/user/environments.in
index 0e53363a..6672ea70 100644
--- a/doc/user/environments.in
+++ b/doc/user/environments.in
@@ -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
diff --git a/doc/user/environments.xml b/doc/user/environments.xml
index 2bc43f57..6970a920 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