summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamyan Ivanov <dmn@debian.org>2022-08-14 22:01:25 +0200
committergregor herrmann <gregoa@debian.org>2022-08-14 22:01:25 +0200
commit34a4b07e2f9ecc47da4d02b353197721a9aca503 (patch)
tree3ed6bb8a7f8f16d65615300581bf7e1d073399f9
parentaa1fe59c0bdd981be5b7909693b0aaa61f6e57c4 (diff)
minor spelling error in POD
Forwarded: https://rt.cpan.org/Ticket/Display?id=95184 begining -> beginning in Wx::Scintilla::Constant Gbp-Pq: Name pod-spelling.patch
-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)