summaryrefslogtreecommitdiffstats
path: root/doc/user/tasks.xml
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-06-17 07:09:48 (GMT)
committerSteven Knight <knight@baldmt.com>2010-06-17 07:09:48 (GMT)
commit018ad631eb6cbc26d5da58c5263932e21123ed26 (patch)
tree8e1f15d89cf6d169d348a1df66707c1136a6a132 /doc/user/tasks.xml
parentbe3df70c02915d0c10f11c7f03fe9c1f907490a1 (diff)
downloadSCons-018ad631eb6cbc26d5da58c5263932e21123ed26.zip
SCons-018ad631eb6cbc26d5da58c5263932e21123ed26.tar.gz
SCons-018ad631eb6cbc26d5da58c5263932e21123ed26.tar.bz2
Fix misspelled entity (&Scons; => &SCons;).
Diffstat (limited to 'doc/user/tasks.xml')
-rw-r--r--doc/user/tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/tasks.xml b/doc/user/tasks.xml
index fe99fa6..1a13a5b 100644
--- a/doc/user/tasks.xml
+++ b/doc/user/tasks.xml
@@ -29,7 +29,7 @@ on as they become more complex. Most build tools have special
purpose constructs for performing these tasks, but since &SConscript;
files are &Python; scripts, you can use more flexible built-in &Python;
services to perform these tasks. This appendix lists a number of these
-tasks and how to implement them in &Python; and &Scons;.
+tasks and how to implement them in &Python; and &SCons;.
</para>
<example>