diff options
author | Neil <nyamatongwe@gmail.com> | 2020-04-02 14:21:56 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-04-02 14:21:56 +1100 |
commit | 3eba73621f05a090e564b072894d669f25cf73bc (patch) | |
tree | d1ce0b4ce91004efee6c860d78e4eae2db5dd189 | |
parent | 91ecae0a4522b34ced2ac667d4efca0bdb449827 (diff) | |
download | scintilla-mirror-3eba73621f05a090e564b072894d669f25cf73bc.tar.gz |
Fix typo.
-rw-r--r-- | doc/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index 1763e3eb8..b04950200 100644 --- a/doc/index.html +++ b/doc/index.html @@ -72,7 +72,7 @@ </tr> </table> <ul id="versionlist"> - <li>Version 4.3.2 fixes dragging text that cotains a new line on Win32.</li> + <li>Version 4.3.2 fixes dragging text that contains a new line on Win32.</li> <li>Version 4.3.1 automatically scrolls when dragging text near window border.</li> <li>Version 4.3.0 makes lexers available as Lexilla library. SCI_SETILEXER can use Lexilla or application-provided lexers</li> |