diff options
Diffstat (limited to 'doc/user/command-line.in')
-rw-r--r-- | doc/user/command-line.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/command-line.in b/doc/user/command-line.in index 70d1941..6834d2a 100644 --- a/doc/user/command-line.in +++ b/doc/user/command-line.in @@ -44,7 +44,7 @@ Command-line options always begin with one or two <literal>-</literal> (hyphen) characters. - &SCons; provides ways for you to examind + &SCons; provides ways for you to examine and set options values from within your &SConscript; files, as well as the ability to define your own custom options. @@ -814,7 +814,7 @@ <para> - Yields the followig output: + Yields the following output: </para> @@ -1859,7 +1859,7 @@ Of course, you can process the items in the dictionary returned by the &UnknownVariables; function - in any way appropriate to your bulid configuration, + in any way appropriate to your build configuration, including just printing a warning message but not exiting, logging an error somewhere, |