Skip to content

Commit 8d0b968

Browse files
Fix typo in chapter 6 of user guide (#4860)
* DOC: Fix typo "specific" to "specify" in Chapter 6 of User Guide * DOC: Update changes and release files --------- Co-authored-by: Mats Wichmann <mats@linux.com>
1 parent e2e05eb commit 8d0b968

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

CHANGES.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
4646
for testing.
4747

4848
From Prabhu S. Khalsa:
49-
- Fix typo in preface
50-
- Fix typo in Chapter 10 of User Guide
49+
- Fix typo in preface, Chapter 6 and Chapter 10 of User Guide
5150

5251
From Mats Wichmann:
5352
- Introduce some unit tests for the file locking utility routines

RELEASE.txt

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

138138
- Update documentation for IMPLICIT_COMMAND_DEPENDENCIES construction variable.
139139

140-
- Fix typo in preface
141-
- Fix typo in Chapter 10 of User Guide
140+
- Fix typo in preface, Chapter 6 and Chapter 10 of User Guide
141+
142142

143143
DEVELOPMENT
144144
-----------

doc/user/depends.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ SetOption('implicit_cache', 1)
10841084
Sometimes a file depends on another file
10851085
that is not detected by an &SCons; scanner.
10861086
For this situation,
1087-
&SCons; allows you to specific explicitly that one file
1087+
&SCons; allows you to specify explicitly that one file
10881088
depends on another file,
10891089
and must be rebuilt whenever that file changes.
10901090
This is specified using the &f-link-Depends; method:

0 commit comments

Comments
 (0)