From ac61670b3f69c17cd8a7c9f2337b83f2ce2c9439 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