aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-08-02 10:26:04 +0000
committernyamatongwe <unknown>2000-08-02 10:26:04 +0000
commit6051be089460dfaff3f18c32cf9ee849c2f0c02b (patch)
tree1c312914733ee0e714e1f47db2d2f8800d655491 /doc/ScintillaDoc.html
parent6a1ef8c4aa9c67cb980ce3fa73e75f8a2b87f60c (diff)
downloadscintilla-mirror-6051be089460dfaff3f18c32cf9ee849c2f0c02b.tar.gz
Couple of typos found by Philippe.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 389a861cc..98a242f86 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -713,7 +713,7 @@ SCI_NULL
these messages. To fit the parameters into a message, the first argument contains the key
code in the low word and the key modifiers (possibly shift and control) in the high word. The
key code is from the VK_* enumeration, and the modifiers are a combination of zero or more of
- SHIFT_PRESSED and LEFT_CTRL_PRESSED. SCI_NULL does nthing and is the
+ SHIFT_PRESSED and LEFT_CTRL_PRESSED. SCI_NULL does nothing and is the
value assigned to keys that perform no action.
</p>
<h3>
@@ -1016,7 +1016,7 @@ SCI_GETMODEVENTMASK
change occurred and whether this changed the number of lines in the document.
</p>
<p>
- EN_CHANGE is fired when the text of the document has been changed for any reason. This
+ SCEN_CHANGE is fired when the text of the document has been changed for any reason. This
notification is sent using the WM_COMMAND message on Windows and the "Command" signal
on GTK+ as this is the behaviour of the standard
edit control.