Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
for testing.

From Prabhu S. Khalsa:
- Fix typo in preface
- Fix typo in Chapter 10 of User Guide
- Fix typo in preface, Chapter 6 and Chapter 10 of User Guide

From Mats Wichmann:
- Introduce some unit tests for the file locking utility routines
Expand Down
4 changes: 2 additions & 2 deletions RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ DOCUMENTATION

- Update documentation for IMPLICIT_COMMAND_DEPENDENCIES construction variable.

- Fix typo in preface
- Fix typo in Chapter 10 of User Guide
- Fix typo in preface, Chapter 6 and Chapter 10 of User Guide


DEVELOPMENT
-----------
Expand Down
2 changes: 1 addition & 1 deletion doc/user/depends.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ SetOption('implicit_cache', 1)
Sometimes a file depends on another file
that is not detected by an &SCons; scanner.
For this situation,
&SCons; allows you to specific explicitly that one file
&SCons; allows you to specify explicitly that one file
depends on another file,
and must be rebuilt whenever that file changes.
This is specified using the &f-link-Depends; method:
Expand Down
Loading