From e8c2c0f8673bf48679ba83da6757361e77ba621d Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 20 Jan 2014 07:41:05 +0100 Subject: Fix typo in comment --- include/Scintilla.iface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3