diff options
author | Steven Knight <knight@baldmt.com> | 2010-05-31 16:17:14 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2010-05-31 16:17:14 (GMT) |
commit | 4e1eae9dd17035d0a6beaf99a1ea85e20a68489d (patch) | |
tree | d5fa3d11513d74c1d07e1c67348ad812633727c7 | |
parent | a4fd56c56bf0457d52280541a70c22103619f7c6 (diff) | |
download | SCons-4e1eae9dd17035d0a6beaf99a1ea85e20a68489d.zip SCons-4e1eae9dd17035d0a6beaf99a1ea85e20a68489d.tar.gz SCons-4e1eae9dd17035d0a6beaf99a1ea85e20a68489d.tar.bz2 |
Fix src/RELEASE.txt typos in trunk.
-rw-r--r-- | src/RELEASE.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt index abb2581..393070f 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -16,7 +16,7 @@ for adoption by other software distributions. Note that a checkpoint release is developed using the same test-driven - development methdology as all SCons releases. Existing SCons + development methodology as all SCons releases. Existing SCons functionality should all work as it does in previous releases (except for any changes identified in the release notes) and early adopters should be able to use a checkpoint release safely for production work @@ -75,7 +75,7 @@ IMPROVEMENTS - Support for Python versions prior to 2.4 has been removed. As of - this writing, we belive that SCons will still work with Python 2.3, + this writing, we believe that SCons will still work with Python 2.3, but this is not guaranteed. - Code paths that included special cases for older Python versions have been streamlined. @@ -89,7 +89,7 @@ DOCUMENTATION - - The entried for SourceCode() and its associated factory functions now + - The entries for SourceCode() and its associated factory functions now state that the functions are deprecated. DEVELOPMENT |