diff options
author | Mats Wichmann <mats@linux.com> | 2018-07-17 14:49:52 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2018-07-17 14:49:52 (GMT) |
commit | 1e16a302b72ce5b5ecfc9b1c13588aec4a59daf3 (patch) | |
tree | 7b9f02062e609ca0276587d932d681352404409e | |
parent | e0c8940559310988fb150b0ee8648da7200a1572 (diff) | |
download | SCons-1e16a302b72ce5b5ecfc9b1c13588aec4a59daf3.zip SCons-1e16a302b72ce5b5ecfc9b1c13588aec4a59daf3.tar.gz SCons-1e16a302b72ce5b5ecfc9b1c13588aec4a59daf3.tar.bz2 |
Fix typos from issue 3194
https://github.com/SCons/scons/issues/3149
Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r-- | doc/user/depends.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/depends.xml b/doc/user/depends.xml index 8e548d2..297eaa2 100644 --- a/doc/user/depends.xml +++ b/doc/user/depends.xml @@ -571,7 +571,7 @@ int main() { printf("Hello, world!\n"); } The <emphasis>content signature</emphasis>, or MD5 checksum, of the contents of the <varname>dependency</varname> - file the list time the ⌖ was built. + file the last time the ⌖ was built. </para> </listitem> @@ -583,7 +583,7 @@ int main() { printf("Hello, world!\n"); } <listitem> <para> The size in bytes of the <varname>dependency</varname> - file the list time the target was built. + file the last time the target was built. </para> </listitem> @@ -595,7 +595,7 @@ int main() { printf("Hello, world!\n"); } <listitem> <para> The modification time of the <varname>dependency</varname> - file the list time the ⌖ was built. + file the last time the ⌖ was built. </para> </listitem> |