From e4bbba996b6d6618249846334aea8fe6f3f9e5f0 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 5 Apr 2003 01:34:55 +0000 Subject: Fixed typo. --- doc/ScintillaDoc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index ce3a78002..8734b66b4 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4646,7 +4646,7 @@ EM_SETTARGETDEVICE src/LexGen.py script from the src directory to update the make files and KeyWords.cxx. LexGen.py requires Python 2.1 or later. If you do not have access to Python, you can hand edit KeyWords.cxx in a simple-minded way, - following the patterns of other lexers. The important think is to include + following the patterns of other lexers. The important thing is to include LINK_LEXER(lmMyLexer); to correspond with the LexerModule lmMyLexer(...); in your lexer source code.

-- cgit v1.2.3