diff options
author | Neil <nyamatongwe@gmail.com> | 2021-07-26 12:42:11 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-07-26 12:42:11 +1000 |
commit | 634304c7063b7a5af2c67f40c9d4374261b47195 (patch) | |
tree | 8779ec74185e979b8f4cd598d38500b5b5a4e272 /doc/index.html | |
parent | ea29a6cd4faea08384a42e3ed2a031a741c15e91 (diff) | |
download | scintilla-mirror-634304c7063b7a5af2c67f40c9d4374261b47195.tar.gz |
Fix spelling.
Diffstat (limited to 'doc/index.html')
-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 ba31ded00..f3fe83b9a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -72,7 +72,7 @@ </tr> </table> <ul id="versionlist"> - <li>Version 5.1.1 searches faster and improves accuracy for ivalid DBCS text.</li> + <li>Version 5.1.1 searches faster and improves accuracy for invalid DBCS text.</li> <li>Version 5.1.0 is a stable release: the interfaces between Scintilla and Lexilla and between platform-independent code and platform layers should remain compatible through 5.x releases. The typesafe C++ projection of the API is extended with the ScintillaCall module to include |