diff options
author | Greg Noel <GregNoel@tigris.org> | 2008-10-02 03:05:31 (GMT) |
---|---|---|
committer | Greg Noel <GregNoel@tigris.org> | 2008-10-02 03:05:31 (GMT) |
commit | 6d85dc1c81f96ce46437c38b1c67535871463a51 (patch) | |
tree | 0b32813e3ffbdad23b84b183cae7546ee146e54d /www/roadmap.html | |
parent | 971b75964e511cb3b1d7e045bbcbf2fb70343941 (diff) | |
download | SCons-6d85dc1c81f96ce46437c38b1c67535871463a51.zip SCons-6d85dc1c81f96ce46437c38b1c67535871463a51.tar.gz SCons-6d85dc1c81f96ce46437c38b1c67535871463a51.tar.bz2 |
Correct typos to roadmap.html that snuck in...
Diffstat (limited to 'www/roadmap.html')
-rw-r--r-- | www/roadmap.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/roadmap.html b/www/roadmap.html index 45739b4..06885a5 100644 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -29,9 +29,9 @@ the beta checkpoint dates are our best guess as this was published, but they may be adjusted without notice. </p> -<table> +<table width="100%"> <tr> - <th>Estimated date</th> + <th>Estimated date</th> <th>Type</th> <th>Comments</th> </tr> @@ -98,7 +98,7 @@ but they may be adjusted without notice. <tr> <td>19-Jan-2009</td> <td>Ckpt</td> - <td>Beta for testing new featurea; breaks backward compatibility with Python 1.5.2.</td> + <td>Beta for testing new features; breaks backward compatibility with Python 1.5.2.</td> </tr> <tr> <td>26-Jan-2009</td> @@ -118,7 +118,7 @@ but they may be adjusted without notice. <tr> <td>16-Feb-2009</td> <td>2.0</td> - <td>Public release that breaks backward compatibility</td> + <td>Public release that breaks backward compatibility and drops deprecated features</td> </tr> </table> |