summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Feblot <devnull@localhost>2015-04-25 18:24:35 +0200
committerAlexandre Feblot <devnull@localhost>2015-04-25 18:24:35 +0200
commit991d41d0113e550df938205cfa210ceebeb107d6 (patch)
tree5b17ede87918072a117fdbf526943f1a9887fde1
parent4bba198e63a325352778e6b2dc7709d0fa94f584 (diff)
downloadscons-991d41d0113e550df938205cfa210ceebeb107d6.tar.gz
Fix typo in the doc
-rw-r--r--src/engine/SCons/Environment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Environment.xml b/src/engine/SCons/Environment.xml
index 6de26692..069ad87a 100644
--- a/src/engine/SCons/Environment.xml
+++ b/src/engine/SCons/Environment.xml
@@ -1827,7 +1827,7 @@ Examples:
<example_commands>
Program('foo', Glob('*.c'))
Zip('/tmp/everything', Glob('.??*') + Glob('*'))
-sources = Glob('*.cpp', exlude=['os_*_specific_*.cpp']) + Glob('os_%s_specific_*.cpp'%currentOS)
+sources = Glob('*.cpp', exclude=['os_*_specific_*.cpp']) + Glob('os_%s_specific_*.cpp'%currentOS)
</example_commands>
</summary>
</scons_function>