summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2016-01-26 16:18:40 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2016-01-26 16:18:40 (GMT)
commit04ffc9290157c8643f25404b6469b423589ee72d (patch)
tree9a3972984576755e2cae54f6b8a80b0fa67265b8 /src
parent601af04ff6048bc51478c166295cb55105b91803 (diff)
downloadSCons-04ffc9290157c8643f25404b6469b423589ee72d.zip
SCons-04ffc9290157c8643f25404b6469b423589ee72d.tar.gz
SCons-04ffc9290157c8643f25404b6469b423589ee72d.tar.bz2
Minor nit fixes. Typos and better comments
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index ad88f3d..dc8a281 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -23,7 +23,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Add better messaging when two environments have
different actions for the same target (Bug #2024)
- Fix issue only with MSVC and Always build where targets
- marked AlwaysBuild wouldn't make it into CHANNGED_SOURCES
+ marked AlwaysBuild wouldn't make it into CHANGED_SOURCES
and thus yield an empty compile command line. (Bug #2622)