summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2013-05-05 22:27:42 (GMT)
committerDirk Baechle <dl9obn@darc.de>2013-05-05 22:27:42 (GMT)
commitd7c58e6ca81b4d8899fc64f3d9dfa5a67985204e (patch)
tree47ca53849f1b87160225438bfe741ac6fd7d0b59 /doc
parent320244104f2de73a758b0644d12185981c111582 (diff)
downloadSCons-d7c58e6ca81b4d8899fc64f3d9dfa5a67985204e.zip
SCons-d7c58e6ca81b4d8899fc64f3d9dfa5a67985204e.tar.gz
SCons-d7c58e6ca81b4d8899fc64f3d9dfa5a67985204e.tar.bz2
- fixed spelling errors in MAN pages (#2897)
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons-time.xml6
-rw-r--r--doc/man/scons.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/scons-time.xml b/doc/man/scons-time.xml
index b202d06..1e35c17 100644
--- a/doc/man/scons-time.xml
+++ b/doc/man/scons-time.xml
@@ -199,7 +199,7 @@ for every revision listed with the
<option>--number=</option>
option,
and can be used to look at the
-impact of commited changes to the
+impact of committed changes to the
SCons code base on a particular
configuration over time.</para>
@@ -802,7 +802,7 @@ the log files and profile outputs generated by this run.</para>
</varlistentry>
</variablelist>
-<para>When used in conjuction with the
+<para>When used in conjunction with the
<option>--aegis=</option><replaceable>PROJECT</replaceable>
option,
<emphasis>NUMBER</emphasis>
@@ -810,7 +810,7 @@ specifies one or more comma-separated Aegis delta numbers
that will be retrieved automatically from the specified Aegis
<emphasis>PROJECT</emphasis>.</para>
-<para>When used in conjuction with the
+<para>When used in conjunction with the
<option>--svn=</option><replaceable>URL</replaceable>
option,
<emphasis>NUMBER</emphasis>
diff --git a/doc/man/scons.xml b/doc/man/scons.xml
index 7d8a53f..58d4327 100644
--- a/doc/man/scons.xml
+++ b/doc/man/scons.xml
@@ -6533,7 +6533,7 @@ Python interpreter, SCons will prefer the MinGW tools over the Cygwin
tools, if they are both installed, regardless of the order of the bin
directories in the PATH variable. If you have both MSVC and MinGW
installed and you want to use MinGW instead of MSVC,
-then you must explictly tell SCons to use MinGW by passing</para>
+then you must explicitly tell SCons to use MinGW by passing</para>
<literallayout class="monospaced">
tools=['mingw']