diff options
author | William Deegan <bill@baddogconsulting.com> | 2016-08-18 23:30:22 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2016-08-18 23:30:22 (GMT) |
commit | c9a335d6bed101757540429c314e227c9d119486 (patch) | |
tree | 5553276a42de2f779e5129026516eb30582fe332 /src/engine/SCons | |
parent | 4a4322da66d5a757cf97992ef6925226952ab5e2 (diff) | |
download | SCons-c9a335d6bed101757540429c314e227c9d119486.zip SCons-c9a335d6bed101757540429c314e227c9d119486.tar.gz SCons-c9a335d6bed101757540429c314e227c9d119486.tar.bz2 |
fix typo in Decider documentation.
Diffstat (limited to 'src/engine/SCons')
-rw-r--r-- | src/engine/SCons/Environment.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/SCons/Environment.xml b/src/engine/SCons/Environment.xml index b90f1d8..65d71ff 100644 --- a/src/engine/SCons/Environment.xml +++ b/src/engine/SCons/Environment.xml @@ -1100,7 +1100,7 @@ timestamp, such as can happen when restoring files from backup archives. <listitem> <para> Specifies that a target shall be considered out of date and rebuilt -if the dependency's content has changed sine the last time +if the dependency's content has changed since the last time the target was built, as determined be performing an MD5 checksum on the dependency's contents @@ -1117,7 +1117,7 @@ can be used as a synonym for <listitem> <para> Specifies that a target shall be considered out of date and rebuilt -if the dependency's content has changed sine the last time +if the dependency's content has changed since the last time the target was built, except that dependencies with a timestamp that matches the last time the target was rebuilt will be |