summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBernhard M. Wiedemann <bwiedemann@suse.de>2019-02-28 15:31:41 (GMT)
committerBernhard M. Wiedemann <bwiedemann@suse.de>2019-02-28 15:31:55 (GMT)
commit060f9646633146fb9c64d2a31e9c3f3117c2f85b (patch)
treee2ba20ed5879058f2b86074f031459e092b13c5d /src
parent46fe4773a2d063ad9bf74ff3aef258da102865d8 (diff)
downloadSCons-060f9646633146fb9c64d2a31e9c3f3117c2f85b.zip
SCons-060f9646633146fb9c64d2a31e9c3f3117c2f85b.tar.gz
SCons-060f9646633146fb9c64d2a31e9c3f3117c2f85b.tar.bz2
Fix typo
Diffstat (limited to 'src')
-rwxr-xr-xsrc/CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index b9052bb..1eb08db 100755
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -24,7 +24,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Quiet open file ResourceWarnings on Python >= 3.6 caused by
not using a context manager around Popen.stdout
- Add the textfile tool to the default tool list
- - Fix syntax on is/is not cluases: should not use with a literal
+ - Fix syntax on is/is not clauses: should not use with a literal
From Bernhard M. Wiedemann:
- Do not store build host+user name if reproducible builds are wanted