aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-04-05 01:34:55 +0000
committernyamatongwe <unknown>2003-04-05 01:34:55 +0000
commite4bbba996b6d6618249846334aea8fe6f3f9e5f0 (patch)
tree4d79970fc7368094bd4624177e1062ec5b378f23
parente8e793075aae262aef781841fc2a8ae235eab604 (diff)
downloadscintilla-mirror-e4bbba996b6d6618249846334aea8fe6f3f9e5f0.tar.gz
Fixed typo.
-rw-r--r--doc/ScintillaDoc.html2
1 files changed, 1 insertions, 1 deletions
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
<code>src/LexGen.py</code> script from the <code>src</code> directory to update the make files
and <code>KeyWords.cxx</code>. <code>LexGen.py</code> requires Python 2.1 or later. If you do
not have access to Python, you can hand edit <code>KeyWords.cxx</code> 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
<code>LINK_LEXER(lmMyLexer);</code> to correspond with the <code>LexerModule
lmMyLexer(...);</code> in your lexer source code.</p>
</body>