summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorGreg Noel <GregNoel@tigris.org>2010-01-30 22:50:45 (GMT)
committerGreg Noel <GregNoel@tigris.org>2010-01-30 22:50:45 (GMT)
commit689bb4560b5277797bc8aa02127362888e1a58cb (patch)
tree7520eb329baee9187bc59002dadc30a4fc026147 /doc/man
parent4f36f5d9032a1a1afc1206609b7b9139bf6344c0 (diff)
downloadSCons-689bb4560b5277797bc8aa02127362888e1a58cb.zip
SCons-689bb4560b5277797bc8aa02127362888e1a58cb.tar.gz
SCons-689bb4560b5277797bc8aa02127362888e1a58cb.tar.bz2
trivial typo in man page
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/scons.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 70109e2..fa9b16c 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -8292,7 +8292,7 @@ multi-stage builder.
.IP single_source
Specifies that this builder expects exactly one source file per call. Giving
-more than one source files without target files results in implicitely calling
+more than one source file without target files results in implicitely calling
the builder multiple times (once for each source given). Giving multiple
source files together with target files results in a UserError exception.