[libwx-scintilla-perl] 05/07: add pod-spelling.patch correcting a minor spelling error in documentation

Damyan Ivanov dmn at moszumanska.debian.org
Tue Apr 29 20:51:02 UTC 2014


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libwx-scintilla-perl.

commit 66c0dea2f9a66ccf1d08e1b07cbcb4c1c797e8ff
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Apr 29 20:48:10 2014 +0000

    add pod-spelling.patch correcting a minor spelling error in documentation
---
 debian/patches/pod-spelling.patch | 25 +++++++++++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 26 insertions(+)

diff --git a/debian/patches/pod-spelling.patch b/debian/patches/pod-spelling.patch
new file mode 100644
index 0000000..09c8cd4
--- /dev/null
+++ b/debian/patches/pod-spelling.patch
@@ -0,0 +1,25 @@
+Description: minor spelling error in POD
+ begining -> beginning in Wx::Scintilla::Constant
+Author: Damyan Ivanov <dmn at debian.org>
+Forwarded: https://rt.cpan.org/Ticket/Display?id=95184
+
+--- 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 mo
+ 
+ 	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)
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 0303591..74bbe41 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 remove-uneeded-libs
 hardening-flags
+pod-spelling.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libwx-scintilla-perl.git



More information about the Pkg-perl-cvs-commits mailing list