develooper Front page | perl.perl5.porters | Postings from January 2011

[perl #81824] [PATCH] Fix typos (spelling errors) in cpan/Locale-Codes/*.

From:
perlbug-followup
Date:
January 7, 2011 01:57
Subject:
[perl #81824] [PATCH] Fix typos (spelling errors) in cpan/Locale-Codes/*.
Message ID:
rt-3.6.HEAD-5425-1294384155-602.81824-75-0@perl.org
# New Ticket Created by  (Peter J. Acklam) 
# Please include the string:  [perl #81824]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81824 >


---
 cpan/Locale-Codes/ChangeLog                    |    4 ++--
 cpan/Locale-Codes/lib/Locale/Codes.pm          |    2 +-
 cpan/Locale-Codes/lib/Locale/Codes/Country.pm  |    2 +-
 cpan/Locale-Codes/lib/Locale/Codes/Currency.pm |    2 +-
 cpan/Locale-Codes/lib/Locale/Codes/Language.pm |    2 +-
 cpan/Locale-Codes/lib/Locale/Codes/Script.pm   |    2 +-
 cpan/Locale-Codes/t/testfunc.pl                |    2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/cpan/Locale-Codes/ChangeLog b/cpan/Locale-Codes/ChangeLog
index 0b41c39..7be9c35 100644
--- a/cpan/Locale-Codes/ChangeLog
+++ b/cpan/Locale-Codes/ChangeLog
@@ -4,7 +4,7 @@ As of 3.00, the codes are autogenerated from the standards. With each release, c
 be re-generated and tested to see if any code changed. Any time there are any changes to
 the codes, it will be flagged below with a change: NEW CODE(s).
 
-I intende to check for new codes at least twice a year (in June and December). I will
+I intend to check for new codes at least twice a year (in June and December). I will
 also check on request, so if a code changes that you use, feel free to contact me.
 Any time there are new codes, I will add them to the module and release a new version.
         sbeck@cpan.org
@@ -70,7 +70,7 @@ Any time there are new codes, I will add them to the module and release a new ve
         * code2country now returns the name of the country specified
           in the standard (if the different standards refer
           to the country by different variations in the name,
-          the results will differe based on the CODESET)
+          the results will differ based on the CODESET)
         * Added code sets
           FIPS 10 country codes
           Alpha-3 and Term language codes
diff --git a/cpan/Locale-Codes/lib/Locale/Codes.pm b/cpan/Locale-Codes/lib/Locale/Codes.pm
index cd454de..01cc43a 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes.pm
@@ -597,7 +597,7 @@ sub _delete_code_alias {
 #    #
 #    #   It's new
 #    #      Create a new entry in Code2CountryID
-#    #      Replace the entiry in CountryID2Code
+#    #      Replace the entry in CountryID2Code
 #    #      Regenerate %Codes
 
 #    if (exists $Data{$type}{'code2id'}{$codeset}{$alias}) {
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Country.pm b/cpan/Locale-Codes/lib/Locale/Codes/Country.pm
index c39c414..fe7685e 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Country.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Country.pm
@@ -13,7 +13,7 @@ Locale::Codes::Country - country codes for the Locale::Country module
 =head1 SYNOPSIS
 
 This module contains data used by the Locale::Country module. It is
-not intended to be used directly, and contains no calleable routines.
+not intended to be used directly, and contains no callable routines.
 
 =head1 AUTHOR
 
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Currency.pm b/cpan/Locale-Codes/lib/Locale/Codes/Currency.pm
index 5d6f79e..698cdc3 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Currency.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Currency.pm
@@ -13,7 +13,7 @@ Locale::Codes::Currency - currency codes for the Locale::Currency module
 =head1 SYNOPSIS
 
 This module contains data used by the Locale::Currency module. It is
-not intended to be used directly, and contains no calleable routines.
+not intended to be used directly, and contains no callable routines.
 
 =head1 AUTHOR
 
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Language.pm b/cpan/Locale-Codes/lib/Locale/Codes/Language.pm
index e3b276e..9fa47a2 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Language.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Language.pm
@@ -13,7 +13,7 @@ Locale::Codes::Language - language codes for the Locale::Language module
 =head1 SYNOPSIS
 
 This module contains data used by the Locale::Language module. It is
-not intended to be used directly, and contains no calleable routines.
+not intended to be used directly, and contains no callable routines.
 
 =head1 AUTHOR
 
diff --git a/cpan/Locale-Codes/lib/Locale/Codes/Script.pm b/cpan/Locale-Codes/lib/Locale/Codes/Script.pm
index 096a8ae..4fd7652 100644
--- a/cpan/Locale-Codes/lib/Locale/Codes/Script.pm
+++ b/cpan/Locale-Codes/lib/Locale/Codes/Script.pm
@@ -13,7 +13,7 @@ Locale::Codes::Script - script codes for the Locale::Script module
 =head1 SYNOPSIS
 
 This module contains data used by the Locale::Script module. It is
-not intended to be used directly, and contains no calleable routines.
+not intended to be used directly, and contains no callable routines.
 
 =head1 AUTHOR
 
diff --git a/cpan/Locale-Codes/t/testfunc.pl b/cpan/Locale-Codes/t/testfunc.pl
index affbf95..4bf67ea 100644
--- a/cpan/Locale-Codes/t/testfunc.pl
+++ b/cpan/Locale-Codes/t/testfunc.pl
@@ -21,7 +21,7 @@
 #
 # 2008-01-02  Better handling of $runtests.
 #
-# 2008-01-24  Better handling of undef/blank args when arguements are
+# 2008-01-24  Better handling of undef/blank args when arguments are
 #             entered as lists instead of strings.
 #
 # 2008-01-25  Created a global $testnum variable to store the test number
-- 
1.7.3.3




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About