diff options
author | RainRat <rainrat78@yahoo.ca> | 2024-03-08 09:09:07 +1100 |
---|---|---|
committer | RainRat <rainrat78@yahoo.ca> | 2024-03-08 09:09:07 +1100 |
commit | 40e4b19c0004d7572c3868a0284fb44a09e4fd36 (patch) | |
tree | 453dd36a58b4d485c38529a0309a8a2727426174 | |
parent | 548093449967bb84aaf112df736428681657c528 (diff) | |
download | scintilla-mirror-40e4b19c0004d7572c3868a0284fb44a09e4fd36.tar.gz |
#226 Fix some typos.
-rw-r--r-- | doc/ScintillaHistory.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index eed1fc4ba..e3bc94835 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -12846,7 +12846,7 @@ Pascal lexer handles comments more correctly. </li> <li> - C/C++/Java/JavaScipt lexer has a state for line doc comments. + C/C++/Java/JavaScript lexer has a state for line doc comments. </li> <li> Error output lexer understands Sun CC messages. |