diff options
author | Stefan Weil <sw@weilnetz.de> | 2014-01-20 07:41:05 +0100 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2014-01-20 07:41:05 +0100 |
commit | e8c2c0f8673bf48679ba83da6757361e77ba621d (patch) | |
tree | 0292f7fc0f334192094781573e4e05641f4b8136 | |
parent | 598a762a5c45546e9cc3a6ae589aca92ed74d957 (diff) | |
download | scintilla-mirror-e8c2c0f8673bf48679ba83da6757361e77ba621d.tar.gz |
Fix typo in comment
-rw-r--r-- | include/Scintilla.iface | 2 |
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 |