Skip to content

Commit 1f04b9f

Browse files
authored
Fix prefix 2 typo (#4857)
* DOC: Fixed Typo in Preface * DOC: Updated changes and release to reflect fix for typo
1 parent 5aa4d0b commit 1f04b9f

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
4545
- Fix Appveyor scripting to install unavailable python versions when needed and use them
4646
for testing.
4747

48+
From Prabhu S. Khalsa:
49+
- Fix typo in preface
50+
4851
From Mats Wichmann:
4952
- Introduce some unit tests for the file locking utility routines
5053
- Reduce unneeded computation of overrides. The Mkdir builder used an

RELEASE.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ DOCUMENTATION
137137

138138
- Update documentation for IMPLICIT_COMMAND_DEPENDENCIES construction variable.
139139

140+
- Fix typo in preface
141+
140142
DEVELOPMENT
141143
-----------
142144

doc/user/preface.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ This file is processed by the bin/SConsDoc.py module.
230230
It may also be useful to keep the &SCons; man page open in a separate
231231
browser tab or window to refer to as a complement to this Guide,
232232
which can avoid some jumping back and forth.
233-
The four important manpage sections describiing the
234-
of &consvars;, builders, tools and environment methods
233+
The four important manpage sections describing the
234+
&consvars;, builders, tools and environment methods
235235
are actually duplicated as appendices in the User Guide,
236236
to avoid inter-document links.
237237

0 commit comments

Comments
 (0)