[libnet-idn-encode-perl] 01/05: fix spelling errors

Tamas Csillag cstamas-guest at alioth.debian.org
Sat Oct 5 22:47:07 UTC 2013


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

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

commit a59ca8d46590c09e65abff360e14f683cc01d185
Author: CSILLAG Tamas <cstamas at cstamas.hu>
Date:   Sun Oct 6 00:27:46 2013 +0200

    fix spelling errors
---
 debian/changelog                   |    1 +
 debian/patches/fix-spelling-errors |   36 ++++++++++++++++++++++++++++++++++++
 debian/patches/series              |    1 +
 lib/Net/IDN/Encode.pm              |    4 ++--
 lib/Net/IDN/Standards.pod          |    2 +-
 5 files changed, 41 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d239bbf..0cd44e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,7 @@ libnet-idn-encode-perl (2.004-1) UNRELEASED; urgency=low
   * depend on debhelper 9 for handening features
   * remove README
   * a bit of cleanup in d/rules
+  * fix spelling errors
 
  -- CSILLAG Tamas <cstamas at cstamas.hu>  Sat, 05 Oct 2013 23:10:01 +0200
 
diff --git a/debian/patches/fix-spelling-errors b/debian/patches/fix-spelling-errors
new file mode 100644
index 0000000..2e8e5ce
--- /dev/null
+++ b/debian/patches/fix-spelling-errors
@@ -0,0 +1,36 @@
+Description: fix spelling errors in docs
+Author: CSILLAG Tamas <cstamas at cstamas.hu>
+Last-Update: 2013-10-06
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=89270
+
+--- libnet-idn-encode-perl-2.004.orig/lib/Net/IDN/Standards.pod
++++ libnet-idn-encode-perl-2.004/lib/Net/IDN/Standards.pod
+@@ -23,7 +23,7 @@ wire, converted domain names start with
+ ASCII encoding of the Unicode string.  The Unicode version is
+ typically only shown in applications presenting the domain to the
+ user (hence Internationalized Domain Names for Applications,
+-IDNA).  Internationalized Ressource Identifiers (IRIs), the
++IDNA).  Internationalized Resource Identifiers (IRIs), the
+ Unicode version of URLs, may also include domain names in their
+ Unicode form.
+ 
+--- libnet-idn-encode-perl-2.004.orig/lib/Net/IDN/Encode.pm
++++ libnet-idn-encode-perl-2.004/lib/Net/IDN/Encode.pm
+@@ -217,7 +217,7 @@ domain names). Use C<domain_to_unicode>
+ 
+ =item domain_to_ascii( $label, %param )
+ 
+-Converts all labels of the hostname C<$domain> (with labels seperated by dots)
++Converts all labels of the hostname C<$domain> (with labels separated by dots)
+ to ASCII (using C<to_ascii>). Will throw an exception on invalid input.
+ 
+ This function takes the following optional parameters (C<%param>):
+@@ -246,7 +246,7 @@ ideographic full stop).
+ 
+ =item domain_to_unicode( $domain, %param )
+ 
+-Converts all labels of the hostname C<$domain> (with labels seperated by dots)
++Converts all labels of the hostname C<$domain> (with labels separated by dots)
+ to Unicode. Will throw an exception on invalid input.
+ 
+ This function takes the same optional parameters as C<domain_to_ascii>,
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..cd3b6dd
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-errors
diff --git a/lib/Net/IDN/Encode.pm b/lib/Net/IDN/Encode.pm
index 78de9e1..5612ede 100755
--- a/lib/Net/IDN/Encode.pm
+++ b/lib/Net/IDN/Encode.pm
@@ -217,7 +217,7 @@ domain names). Use C<domain_to_unicode> instead.
 
 =item domain_to_ascii( $label, %param )
 
-Converts all labels of the hostname C<$domain> (with labels seperated by dots)
+Converts all labels of the hostname C<$domain> (with labels separated by dots)
 to ASCII (using C<to_ascii>). Will throw an exception on invalid input.
 
 This function takes the following optional parameters (C<%param>):
@@ -246,7 +246,7 @@ ideographic full stop).
 
 =item domain_to_unicode( $domain, %param )
 
-Converts all labels of the hostname C<$domain> (with labels seperated by dots)
+Converts all labels of the hostname C<$domain> (with labels separated by dots)
 to Unicode. Will throw an exception on invalid input.
 
 This function takes the same optional parameters as C<domain_to_ascii>,
diff --git a/lib/Net/IDN/Standards.pod b/lib/Net/IDN/Standards.pod
index 7621016..35832ef 100755
--- a/lib/Net/IDN/Standards.pod
+++ b/lib/Net/IDN/Standards.pod
@@ -23,7 +23,7 @@ wire, converted domain names start with C<xn-->, followed by the
 ASCII encoding of the Unicode string.  The Unicode version is
 typically only shown in applications presenting the domain to the
 user (hence Internationalized Domain Names for Applications,
-IDNA).  Internationalized Ressource Identifiers (IRIs), the
+IDNA).  Internationalized Resource Identifiers (IRIs), the
 Unicode version of URLs, may also include domain names in their
 Unicode form.
 

-- 
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