trivial typo in man page
authorgregnoel <gregnoel@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 30 Jan 2010 22:50:45 +0000 (22:50 +0000)
committergregnoel <gregnoel@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 30 Jan 2010 22:50:45 +0000 (22:50 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@4655 fdb21ef1-2011-0410-befe-b5e4ea1792b1

doc/man/scons.1

index 70109e232002c2d2c5931df2526ca792ecaa705e..fa9b16c389f2af97e5e42bda91245f93f4389ab9 100644 (file)
@@ -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.