[libregexp-common-perl] 05/06: Add patch to fix spelling errors in manpages

Salvatore Bonaccorso carnil at debian.org
Sat May 28 03:59:52 UTC 2016


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

carnil pushed a commit to branch master
in repository libregexp-common-perl.

commit 54aa6c1b19c20fdd2cdae1eaffdc2208b3d9eb46
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat May 28 05:55:28 2016 +0200

    Add patch to fix spelling errors in manpages
---
 debian/patches/series                          |  1 +
 debian/patches/spelling-error-in-manpage.patch | 29 ++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f7c4b35
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-error-in-manpage.patch
diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch
new file mode 100644
index 0000000..5a1719f
--- /dev/null
+++ b/debian/patches/spelling-error-in-manpage.patch
@@ -0,0 +1,29 @@
+Description: Fix spelling errors in manpage
+Origin: vendor
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2016-05-28
+Forwarded: https://github.com/Abigail/Regexp--Common/issues/8
+Bug: https://github.com/Abigail/Regexp--Common/issues/8
+
+--- a/lib/Regexp/Common/SEN.pm
++++ b/lib/Regexp/Common/SEN.pm
+@@ -80,7 +80,7 @@ Do not use this module directly, but loa
+ =head2 C<$RE{SEN}{USA}{SSN}{-sep}>
+ 
+ Returns a pattern that matches an American Social Security Number (SSN).
+-SSNs consist of three groups of numbers, separated by a hypen (C<->).
++SSNs consist of three groups of numbers, separated by a hyphen (C<->).
+ This pattern only checks for a valid structure, that is, it validates
+ whether a number is valid SSN, was a valid SSN, or maybe a valid SSN
+ in the future. There are almost a billion possible SSNs, and about 
+--- a/lib/Regexp/Common/delimited.pm
++++ b/lib/Regexp/Common/delimited.pm
+@@ -237,7 +237,7 @@ be specified.
+ 
+ By default, the closing delimiter is the same character as the opening
+ delimiter. If this is not wanted, for instance, if you want to match
+-a string with symmetric delimeters, you can specify the closing delimiter(s)
++a string with symmetric delimiters, you can specify the closing delimiter(s)
+ with C<-cdelim => I<S>>. Each character in I<S> is matched with the
+ corresponding character supplied with the C<-delim> option. If the C<-cdelim>
+ option has less characters than the C<-delim> option, the last character

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



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