From: gregnoel Date: Sat, 30 Jan 2010 22:50:45 +0000 (+0000) Subject: trivial typo in man page X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a6ca84513ece1ed0b4b6e4d3bba7dbbc0ec86210;p=scons.git trivial typo in man page git-svn-id: http://scons.tigris.org/svn/scons/trunk@4655 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 70109e23..fa9b16c3 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.