diff options
| -rw-r--r-- | doc/ScintillaDownload.html | 4 | ||||
| -rw-r--r-- | doc/index.html | 2 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index aff74e246..4306868ce 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -49,8 +49,8 @@         The source code package contains all of the source code for Scintilla but no binary  	executable code and is available in         <ul> -       <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla212.zip?download">zip format</a> (1130K) commonly used on Windows</li> -       <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla212.tgz?download">tgz format</a> (1000K) commonly used on Linux and compatible operating systems</li> +       <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla212.zip?download">zip format</a> (1160K) commonly used on Windows</li> +       <li><a href="http://prdownloads.sourceforge.net/scintilla/scintilla212.tgz?download">tgz format</a> (1080K) commonly used on Linux and compatible operating systems</li>         </ul>         Instructions for building on both Windows and Linux are included in the readme file.      <h4> diff --git a/doc/index.html b/doc/index.html index 8c249235a..d783e33ec 100644 --- a/doc/index.html +++ b/doc/index.html @@ -71,7 +71,7 @@        </tr>      </table>      <ul id="versionlist"> -      <li>Version 2.12 improved drawing speed and fixed bugs.</li> +      <li>Version 2.12 improves drawing speed and fixes bugs.</li>        <li>Version 2.11 fixes compatibility with the C language.</li>        <li>Version 2.10 performs case insensitive search and upper and lower casing for non-ASCII characters.        Support for version 1.x of GTK+ removed.</li> | 
