diff options
Diffstat (limited to 'doc/user/command-line.xml')
-rw-r--r-- | doc/user/command-line.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/command-line.xml b/doc/user/command-line.xml index 175dd5c..148922e 100644 --- a/doc/user/command-line.xml +++ b/doc/user/command-line.xml @@ -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. @@ -800,7 +800,7 @@ <para> - Yields the followig output: + Yields the following output: </para> @@ -1788,7 +1788,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, |