Description: fix spelling errors in docs
Author: CSILLAG Tamas <cstamas@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>,
