[libnet-idn-encode-perl] 01/03: unapply patch in git

gregor herrmann gregoa at debian.org
Sat Oct 5 23:00:31 UTC 2013


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 42cfb24dcbdddcdbe47fc6055037319178dc0353
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 6 00:54:25 2013 +0200

    unapply patch in git
    
    otherwise
    - "quilt push" fails, and more importantly
    - the next git-import-orig can be a desaster (well, lead to merge conflicts)
    
    Git-Dch: Ignore
---
 lib/Net/IDN/Encode.pm     |    4 ++--
 lib/Net/IDN/Standards.pod |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/Net/IDN/Encode.pm b/lib/Net/IDN/Encode.pm
index 5612ede..78de9e1 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 separated by dots)
+Converts all labels of the hostname C<$domain> (with labels seperated 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 separated by dots)
+Converts all labels of the hostname C<$domain> (with labels seperated 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 35832ef..7621016 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 Resource Identifiers (IRIs), the
+IDNA).  Internationalized Ressource 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