summaryrefslogtreecommitdiffstats
path: root/doc/user
diff options
context:
space:
mode:
authorPiotr Kasprzyk <ciri@ciri.pl>2018-07-20 14:04:30 (GMT)
committerPiotr Kasprzyk <ciri@ciri.pl>2018-07-20 14:04:36 (GMT)
commit58f4b2e91a62379b71246e4c882df82325c3f7fa (patch)
treed6c160fa6b92cbb708cd9a9f96118a28b8839a2d /doc/user
parent2d7e4871b1bd5bab501cdbb3d0373b1617d0ebfa (diff)
downloadSCons-58f4b2e91a62379b71246e4c882df82325c3f7fa.zip
SCons-58f4b2e91a62379b71246e4c882df82325c3f7fa.tar.gz
SCons-58f4b2e91a62379b71246e4c882df82325c3f7fa.tar.bz2
Fix some misspellings, remove repeated: and
Signed-off-by: Piotr Kasprzyk <ciri@ciri.pl>
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/environments.xml6
-rw-r--r--doc/user/parseflags.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/user/environments.xml b/doc/user/environments.xml
index 2089dfe..65eed72 100644
--- a/doc/user/environments.xml
+++ b/doc/user/environments.xml
@@ -385,9 +385,9 @@ environment, of directory names, suffixes, etc.
<para>
A &consenv;
- is a distinct object creating within
+ is a distinct object created within
a &SConscript; file and
- and which contains values that
+ which contains values that
affect how &SCons; decides
what action to use to build a target,
and even to define which targets
@@ -1630,7 +1630,7 @@ env['ENV']['PATH'] = '/usr/local/bin:/bin:/usr/bin'
But doing so makes your &SConscript; file less portable,
(although in this case that may not be a huge concern
- since the directories you list are likley system-specific, anyway).
+ since the directories you list are likely system-specific, anyway).
</para>
diff --git a/doc/user/parseflags.xml b/doc/user/parseflags.xml
index fa35d49..46d6866 100644
--- a/doc/user/parseflags.xml
+++ b/doc/user/parseflags.xml
@@ -57,7 +57,7 @@
&SCons; construction environments have a &ParseFlags; method
that takes a set of typical command-line options
- and distrbutes them into the appropriate construction variables.
+ and distributes them into the appropriate construction variables.
Historically, it was created to support the &ParseConfig; method,
so it focuses on options used by the GNU Compiler Collection (GCC)
for the C and C++ toolchains.