Skip to content

Commit 13ffec5

Browse files
committed
[PR #3804] a couple of wording tweaks from PR review [ci skip]
Signed-off-by: Mats Wichmann <[email protected]>
1 parent cc4bf01 commit 13ffec5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SCons/Environment.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3250,7 +3250,7 @@ command-line option.
32503250
</para>
32513251

32523252
<para>
3253-
Physically duplicating the source files may be disabled by setting the
3253+
Duplicating the source files may be disabled by setting the
32543254
<parameter>duplicate</parameter>
32553255
argument to
32563256
<constant>False</constant>.

doc/user/separate.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ int main() { printf("Hello, world!\n"); }
166166

167167
<para>
168168

169-
The main thing to understand is that when you set up a variant directory,
169+
The important thing to understand is that when you set up a variant directory,
170170
&SCons; performs the build <emphasis>in that directory</emphasis>.
171171
It turns out it's easiest to ensure where build products end up
172172
by just building in place.

0 commit comments

Comments
 (0)