summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamyan Ivanov <dmn@debian.org>2023-01-09 21:40:31 +0100
committergregor herrmann <gregoa@debian.org>2023-01-09 21:40:31 +0100
commit111b0e7ebf7bc457d80f06c1159105f163a97748 (patch)
treea38ab3037dd2d0b17efad0721d559d66752b8be3
parent21f9065434c104368ac81484646a2313f6ea6c97 (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)