summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Wx/Scintilla/Constant.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Wx/Scintilla/Constant.pm b/lib/Wx/Scintilla/Constant.pm
index 91f495c..9b49628 100644
--- a/lib/Wx/Scintilla/Constant.pm
+++ b/lib/Wx/Scintilla/Constant.pm
@@ -2127,7 +2127,7 @@ use constant {
# 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 begnining of lines,
# where most code reside, and the lines after the caret, eg. the body of a function.
CARET_EVEN => 0x08,
@@ -4319,7 +4319,7 @@ If CARET_JUMPS is set, the display is moved more energeticallyso the caret can m
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,where most code reside, and the lines after the caret, eg. the body of a function.
+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 beginning of lines,where most code reside, and the lines after the caret, eg. the body of a function.
CARET_EVEN (0x08)