diff options
author | nyamatongwe <unknown> | 2002-05-11 02:46:03 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-05-11 02:46:03 +0000 |
commit | b4e4a6fab8ff66e9df5d4c045cea35ef96ad0292 (patch) | |
tree | c37ce0315c6fd53896d091c56fbdeb17f047fae9 | |
parent | 9c30e56aeeda697d46b90193b81c3c47fa7ebd19 (diff) | |
download | scintilla-mirror-b4e4a6fab8ff66e9df5d4c045cea35ef96ad0292.tar.gz |
Fixed spelling.
-rw-r--r-- | doc/ScintillaDoc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index af1ed97ea..67167921a 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1757,7 +1757,7 @@ EM_SETTARGETDEVICE To change the set of lexers in Scintilla, add and remove lexer source files (Lex*.cxx) from the scintilla/src directory and run the src/LexGen.py script from the src directory to update the make files and KeyWords.cxx. - LexGen.py requires Pyuthon 2.1 or later. + LexGen.py requires Python 2.1 or later. </p> </body> </html> |