Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER

From Prabhu S. Khalsa:
- Fix typo in preface
- Fix typo in Chapter 9 of User Guide

From Mats Wichmann:
- Introduce some unit tests for the file locking utility routines
Expand Down
1 change: 1 addition & 0 deletions RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ DOCUMENTATION
- Update documentation for IMPLICIT_COMMAND_DEPENDENCIES construction variable.

- Fix typo in preface
- Fix typo in Chapter 9 of User Guide

DEVELOPMENT
-----------
Expand Down
2 changes: 1 addition & 1 deletion doc/user/output.xml
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ atexit.register(print_build_failures)
the same file as the <literal>node</literal>; the
<literal>node</literal> is the target that was
being built when the error occurred, while the
<literal>filename</literal>is the file or dir that
<literal>filename</literal> is the file or dir that
actually caused the error.
Note: only call &GetBuildFailures; at the end of the
build; calling it at any other time is undefined.
Expand Down
Loading