diff options
author | Steven Knight <knight@baldmt.com> | 2010-06-17 07:09:48 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2010-06-17 07:09:48 (GMT) |
commit | 018ad631eb6cbc26d5da58c5263932e21123ed26 (patch) | |
tree | 8e1f15d89cf6d169d348a1df66707c1136a6a132 /doc | |
parent | be3df70c02915d0c10f11c7f03fe9c1f907490a1 (diff) | |
download | SCons-018ad631eb6cbc26d5da58c5263932e21123ed26.zip SCons-018ad631eb6cbc26d5da58c5263932e21123ed26.tar.gz SCons-018ad631eb6cbc26d5da58c5263932e21123ed26.tar.bz2 |
Fix misspelled entity (&Scons; => &SCons;).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/tasks.in | 2 | ||||
-rw-r--r-- | doc/user/tasks.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/tasks.in b/doc/user/tasks.in index 9608f6a..de42cd1 100644 --- a/doc/user/tasks.in +++ b/doc/user/tasks.in @@ -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> 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> |