aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authornyamatongwe <unknown>2008-03-29 11:43:15 +0000
committernyamatongwe <unknown>2008-03-29 11:43:15 +0000
commit7aa71813a370fb9462cdbc79cd7eeb95c4803c52 (patch)
tree360abf3c16d45205b239db2cff98ee2ae6e46eb2 /include
parenta8fc32211a1cc4a0dbd420b2b08a4456e0f7fb2d (diff)
downloadscintilla-mirror-7aa71813a370fb9462cdbc79cd7eeb95c4803c52.tar.gz
Document fixes from Andrew Howell.
Diffstat (limited to 'include')
-rw-r--r--include/Scintilla.iface2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index f847f7d13..757ec2e49 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -516,7 +516,7 @@ get int GetCaretPeriod=2075(,)
set void SetCaretPeriod=2076(int periodMilliseconds,)
# Set the set of characters making up words for when moving or selecting by word.
-# First sets deaults like SetCharsDefault.
+# First sets defaults like SetCharsDefault.
set void SetWordChars=2077(, string characters)
# Start a sequence of actions that is undone and redone as a unit.