[libnet-idn-encode-perl] 06/08: Add patch to fix spelling mistakes in the POD.

gregor herrmann gregoa at debian.org
Sun Dec 25 21:57:39 UTC 2016


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

gregoa pushed a commit to branch master
in repository libnet-idn-encode-perl.

commit 3e6d217a84d30cd90b5ce5434448b32b20ecc18d
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Dec 25 22:55:12 2016 +0100

    Add patch to fix spelling mistakes in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 49 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..6d93569
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,49 @@
+Description: spelling fixes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-12-25
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=119468
+Bug: https://rt.cpan.org/Ticket/Display.html?id=119468
+
+--- a/lib/Net/IDN/Encode.pm
++++ b/lib/Net/IDN/Encode.pm
+@@ -304,7 +304,7 @@
+ conversion for the local-part, should one be standardized.
+ 
+ This function will convert the at sign to ASCII, i.e. to U+0040 (commercial
+-at), as well as label separators.  The follwing characters are recognized as at
++at), as well as label separators.  The following characters are recognized as at
+ signs: U+0040 (commercial at), U+FE6B (small commercial at) and U+FF20
+ (fullwidth commercial at).
+ 
+@@ -321,7 +321,7 @@
+ from ASCII for the local-part, should one be standardized.
+ 
+ This function will preserve the original version of at signs (and label
+-separators). The follwing characters are recognized as at signs: U+0040
++separators). The following characters are recognized as at signs: U+0040
+ (commercial at), U+FE6B (small commercial at) and U+FF20 (fullwidth commercial
+ at).
+ 
+--- a/lib/Net/IDN/Overview.pod
++++ b/lib/Net/IDN/Overview.pod
+@@ -45,7 +45,7 @@
+ 
+ =item L<Net::IDN::IDNA2003>
+ 
+-implements the orginal IDNA specification, released in 2003
++implements the original IDNA specification, released in 2003
+ (IDNA2003), which is now obsolete.
+ 
+ IDNA2003 is defined in RFC 3490 L<http://tools.ietf.org/rfc/3490>
+--- a/lib/Net/IDN/Standards.pod
++++ b/lib/Net/IDN/Standards.pod
+@@ -8,7 +8,7 @@
+ 
+ Historically, domain names and host names were restricted to a
+ limited repertoire of ASCII characters, i.e. letters, digits and
+-the hypen (i.e. C</[A-Z0-9-]/i>). Words and names from langauges
++the hyphen (i.e. C</[A-Z0-9-]/i>). Words and names from languages
+ that require additional characters (such as diacritics or special
+ characters) or other scripts could not be used.
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-idn-encode-perl.git



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