diff options
author | nyamatongwe <devnull@localhost> | 2002-05-11 02:46:03 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-05-11 02:46:03 +0000 |
commit | 364812c781a39f1283935f99b0c29f14a7e92b14 (patch) | |
tree | c37ce0315c6fd53896d091c56fbdeb17f047fae9 | |
parent | 866d1be6ca246f285806219ec8828ef9eea1b021 (diff) | |
download | scintilla-mirror-364812c781a39f1283935f99b0c29f14a7e92b14.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> |