summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Feblot <devnull@localhost>2015-04-25 16:24:35 (GMT)
committerAlexandre Feblot <devnull@localhost>2015-04-25 16:24:35 (GMT)
commit141f6eebdf3619bef3b8665e2cf997667026d20d (patch)
tree5b17ede87918072a117fdbf526943f1a9887fde1
parenta9c8d39ed653a54ed99086aeef0fa716787dc73b (diff)
downloadSCons-141f6eebdf3619bef3b8665e2cf997667026d20d.zip
SCons-141f6eebdf3619bef3b8665e2cf997667026d20d.tar.gz
SCons-141f6eebdf3619bef3b8665e2cf997667026d20d.tar.bz2
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 6de2669..069ad87 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>