aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2014-01-20 07:41:05 +0100
committerStefan Weil <sw@weilnetz.de>2014-01-20 07:41:05 +0100
commitac61670b3f69c17cd8a7c9f2337b83f2ce2c9439 (patch)
treeb6db8c8bc406c364c1b400c026638daa24e2c172
parentee21f9f34eb49d61c889da024260c1b15a1110eb (diff)
downloadscintilla-mirror-ac61670b3f69c17cd8a7c9f2337b83f2ce2c9439.tar.gz
Fix typo in comment
-rw-r--r--include/Scintilla.iface2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 6432d37aa..8cd651540 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1785,7 +1785,7 @@ val CARET_STRICT=0x04
val CARET_JUMPS=0x10
# If CARET_EVEN is not set, instead of having symmetrical UZs,
# the left and bottom UZs are extended up to right and top UZs respectively.
-# This way, we favour the displaying of useful information: the begining of lines,
+# This way, we favour the displaying of useful information: the beginning of lines,
# where most code reside, and the lines after the caret, eg. the body of a function.
val CARET_EVEN=0x08