From 111b0e7ebf7bc457d80f06c1159105f163a97748 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Mon, 9 Jan 2023 21:40:31 +0100 Subject: 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 --- lib/Wx/Scintilla/Constant.pm | 4 ++-- 1 file 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) -- cgit v1.2.3