Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.88k stars 531 forks source link

[PATCH] Fix typos (spelling errors) in cpan/Encode/*. #10968

Closed p5pRT closed 13 years ago

p5pRT commented 13 years ago

Migrated from rt.perl.org#81812 (status was 'rejected')

Searchable as RT81812$

p5pRT commented 13 years ago

From @pjacklam


cpan/Encode/Byte/Makefile.PL | 2 +- cpan/Encode/CN/Makefile.PL | 2 +- cpan/Encode/Changes | 58 ++++++++++++++++---------------- cpan/Encode/EBCDIC/Makefile.PL | 2 +- cpan/Encode/Encode.pm | 8 ++-- cpan/Encode/Encode/Makefile_PL.e2x | 2 +- cpan/Encode/JP/Makefile.PL | 2 +- cpan/Encode/KR/Makefile.PL | 2 +- cpan/Encode/MANIFEST | 2 +- cpan/Encode/Symbol/Makefile.PL | 2 +- cpan/Encode/TW/Makefile.PL | 2 +- cpan/Encode/Unicode/Unicode.xs | 2 +- cpan/Encode/bin/enc2xs | 12 +++--- cpan/Encode/bin/unidump | 4 +- cpan/Encode/lib/Encode/Alias.pm | 2 +- cpan/Encode/lib/Encode/MIME/Header.pm | 4 +- cpan/Encode/lib/Encode/Supported.pod | 6 ++-- cpan/Encode/t/Aliases.t | 2 +- cpan/Encode/t/Encode.t | 2 +- cpan/Encode/t/encoding.t | 2 +- cpan/Encode/t/jperl.t | 4 +- 21 files changed\, 62 insertions(+)\, 62 deletions(-)

Inline Patch ```diff diff --git a/cpan/Encode/Byte/Makefile.PL b/cpan/Encode/Byte/Makefile.PL index 60caf38..8a3ba64 100644 --- a/cpan/Encode/Byte/Makefile.PL +++ b/cpan/Encode/Byte/Makefile.PL @@ -64,7 +64,7 @@ WriteMakefile( DIST_DEFAULT => 'all tardist', }, MAN3PODS => {}, - # OS 390 winges about line numbers > 64K ??? + # OS 390 whinges about line numbers > 64K ??? XSOPT => '-nolinenumbers', ); diff --git a/cpan/Encode/CN/Makefile.PL b/cpan/Encode/CN/Makefile.PL index 6d54404..47f7979 100644 --- a/cpan/Encode/CN/Makefile.PL +++ b/cpan/Encode/CN/Makefile.PL @@ -39,7 +39,7 @@ WriteMakefile( DIST_DEFAULT => 'all tardist', }, MAN3PODS => {}, - # OS 390 winges about line numbers > 64K ??? + # OS 390 whinges about line numbers > 64K ??? XSOPT => '-nolinenumbers', XSPROTOARG => '-noprototypes', ); diff --git a/cpan/Encode/Changes b/cpan/Encode/Changes index a8be386..b2583f0 100644 --- a/cpan/Encode/Changes +++ b/cpan/Encode/Changes @@ -175,7 +175,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ 2.26 2008/07/01 20:56:17 ! Encode.pm - Absense of Encode::ConfigLocal no longer carps no matter what. + Absence of Encode::ConfigLocal no longer carps no matter what. http://bugzilla.redhat.com/show_bug.cgi?id=435505#c2 http://rt.cpan.org/Ticket/Display.html?id=28638 http://rt.cpan.org/Ticket/Display.html?id=11511 @@ -278,7 +278,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ ESTI GSM 03.38 support is relocated from Encode::Byte to Encode::GSM0338. This encoding is so kaputt it is unfit for Encode::XS! Though it was okay for general cases and escape sequences, - '\0' => '@' IFF '\0\0' => '\0' had gliches. + '\0' => '@' IFF '\0\0' => '\0' had glitches. So kaputt even t/gsm0338 wrongly interpreted that. ref. http://www.csoft.co.uk/sms/character_sets/gsm.htm ! encoding.pm t/Aliases.t @@ -698,7 +698,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ * encode("MIME-Q") had UTF-8 flag on Message-Id: ! lib/Encode/MIME/Header.pm AUTHORS - Two occurances of "croak ()" fixed as "croak qq()". + Two occurrences of "croak ()" fixed as "croak qq()". Simon Cozens is added to AUTHORS as a result. Message-Id: <20030509103708.GA30664@deep-dark-truthful-mirror.pad> ! bin/piconv @@ -773,7 +773,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ further Modified by Dan Kogai <200303161730.h2GHU5B16265@smtp3.ActiveState.com> ! t/enc_module.t - Chnage 18966: another fix for failing test on windows ("use encoding" + Change 18966: another fix for failing test on windows ("use encoding" puts STDIN in :raw mode, so chomp() wasn't stripping the CR), by gsar Message-Id: <200303140545.h2E5j5B08856@smtp3.ActiveState.com> ! t/CJKT.t @@ -847,7 +847,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ ! AUTHORS * Inaba "Sensei" Hirohito added (I thought I have done so a long ago but apparently I did not). - * SUZUKI Norio added for verious and useful bug reports. + * SUZUKI Norio added for various and useful bug reports. ! Byte/Byte.pm KR/KR.pm Unicode/Unicode.pm lib/Encode/Encoder.pm lib/Encode/CJKConstants.pm podchecked so all warnings are gone except for L. @@ -935,7 +935,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ ! Encode.xs Further patches from NI-XS. Encode::utf8->decode() now checks the value of utf8 flag of the argument. As a result, the fix to - lib/Encode/MIME/Header.pm is no longer neccessary but since it did + lib/Encode/MIME/Header.pm is no longer necessary but since it did no harm (even speedwise) I'll leave it unreverted. ! ucm/cp949.ucm ucm/cp950.ucm U+20AC EURO SIGN @@ -971,7 +971,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ http://www.microsoft.com/typography/unicode/cscp.htm + bin/ucmsort MANIFEST ucmsort is a crude utility that sorts CHARMAP entries in UCM files - to proper order. intended for hardcore develpers only. + to proper order. intended for hardcore developers only. ! ucm/cp932.ucm JP/JP.pm AUTHORS CP932 mapping which was based upon the mapping file at unicode.org was found obsolete by MORIYAMA Masayuki msyk@mtg.biglobe.ne.jp>. He @@ -984,7 +984,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ 1.77 2002/10/06 03:27:02 ! t/jperl.t - * Modified to accomodate up and comming patch by Inaba-san that + * Modified to accommodate up and comming patch by Inaba-san that will fix tr/// needing eval qq{} Message-Id: <9F78A19C-D6C3-11D6-BAC6-0003939A104C@dan.co.jp> ! encoding.pm @@ -1139,7 +1139,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ while fallback is in effect. This even came with a welcome side-effect of cleaner code with less nests! Thank you, NI-XS. t/fallback.t is also modified to test this. - And of course, the corresponding varialbles to UV[Xx]f are appropriately + And of course, the corresponding variables to UV[Xx]f are appropriately cast. This should've concluded NI-XS homework. ! Encode.pm encode(undef) does warn again! Repented upon suggestion by NI-XS. @@ -1292,7 +1292,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ 1.52 2002/04/20 23:43:47 ! t/perlio.t TODO: is now SKIP:, as NI-XS requested. Also adds more - eraborate failure analysis added. + elaborate failure analysis added. ! bin/enc2xs A note on how to make sure of round-trip safety added to POD section (so Autrijus is happier) @@ -1303,7 +1303,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ Typo fixes by Andreas ! Encode.pm Encode.xs Unicode/Unicode.xs Encode/Encoding.pm ! lib/Encode/JP/JIS7.pm lib/Encode/KR/2022_KR.pm t/perlio.t - PerIO coodination patches from NI-XS. + PerIO coordination patches from NI-XS. Message-Id: <2769E572-54A1-11D6-B7E2-00039301D480@dan.co.jp> 1.51 2002/04/20 09:58:23 @@ -1327,7 +1327,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ 1.50 2002/04/19 06:13:02 ! ! Encode.pm Encode.xs Encode/encoding.h + t/fallback.pm - New Fallback API imlemented and documented. See "perldoc Encode" + New Fallback API implemented and documented. See "perldoc Encode" for details ! lib/Encode/JP/JIS7.pm Encode.pm + lib/Encode/PerlIO.pod t/perlio.t @@ -1371,7 +1371,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ ! encoding.pm ! t/JP.pm ! t/KR.pm - correct mechanism to detect Perlio::encoding layar installed. + correct mechanism to detect Perlio::encoding layer installed. ! Encode.xs PerlIO Layer detached. @@ -1408,7 +1408,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ ! lib/Encode/Config.pm ! bin/enc2xs "enc2xs -C" now generates/updates Encode::ConfigLocal. - ConfigLocal_PM.e2x is a skelton thereof. + ConfigLocal_PM.e2x is a skeleton thereof. ! lib/Encode/Config.pm ! CN/CN.pm "use Encode::CN::HZ;" was missing. @@ -1497,9 +1497,9 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ Message-Id: 2 Small Patches from jhi as follows: ! Encode.pm - Encode->encodings() lists in case-insensitve order (as it was) + Encode->encodings() lists in case-insensitive order (as it was) ! bin/piconv - -l option prints avaiable encodings to STDOUT instead of STDERR + -l option prints available encodings to STDOUT instead of STDERR ! lib/Encode/Aliases.pm s/defintion/definition/ Message-Id: <200204082306.CAA21033@alpha.hut.fi> @@ -1612,7 +1612,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ essage-Id: <20020405114024.1290.17@bactrian.ni-s.u-net.com> ! lib/Encode/Alias.pm ! lib/Encode/Supported.pm - Anton's revision commited. Added Dan's own fixes as well. + Anton's revision committed. Added Dan's own fixes as well. Message-Id: <159103166906.20020405161134@motor.ru> ! lib/Encode/Alias.pm 134c134 @@ -1657,7 +1657,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ ! TW/Makefile.PL ! bin/enc2xs ! AUTHORS - All occurance of _def.h replaced with .exh so djgpp works happily + All occurrences of _def.h replaced with .exh so djgpp works happily ever after! To credit this amazing discovery, Laszlo is now in AUTHORS list Message-Id: <20020403181424.GA8778@freemail.hu> @@ -1683,8 +1683,8 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ ! */XX.pm ! lib/Encode/Supported.pod Vendor encodings rebuilt out of original map files at unicode.org. - Indic languages such as MacDevanagali remain unspported do to the - shortcoming of encengine capabilities (they need algorithmical + Indic languages such as MacDevanagali remain unsupported do to the + shortcoming of encengine capabilities (they need algorithmic conversion and I have no knowledge on that!). Pods fixed for added encodings. Oh, macJapan.ucm renamed to macJapanese.ucm. @@ -1752,7 +1752,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ suggested by Spider Message-Id: <200203291007.FAA07329@Orb.Nashua.NH.US> ! bin/enc2xs - Perl core ditection via $^X =~ m/\bminiperl$/o + Perl core detection via $^X =~ m/\bminiperl$/o Message-Id: 1.00 Wed Mar 29 2002 @@ -1840,7 +1840,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ + Encode/hp-roman8.ucm ! Byte/Makefile.PL ! Encode/Supported.pod - All occurance of "roman8" replaced with "hp-roman8" to avoid + All occurrences of "roman8" replaced with "hp-roman8" to avoid confusion ! Encode/Supported.pod ! Encode/mac*.ucm @@ -1931,7 +1931,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ > Package namespace installed latest in CPAN file > Encode::JP::Constants 0.92 1.02 J/JH/JHI/perl-5.7.3.tar.gz was noted by jhi then Dan discovers "Constants.pm" does not comply 8.3 - rule. Contants.pm renamed to Consts.pm and affected modules are fixed + rule. Constants.pm renamed to Consts.pm and affected modules are fixed accordingly. In addition, legacy "use vars qw()..." are replaced with "our"; Message-Id: <20020325011248.D1561@alpha.hut.fi> @@ -1973,7 +1973,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ pod fixes to replace F to L, as suggested by Autrijius in: Message-Id: <20020324083943.GA14901@not.autrijus.org> -! lib/Encode/Suppoted.pod +! lib/Encode/Supported.pod fixes and enhancements by Anton Message-Id: <10632060120.20020324103753@motor.ru> ! lib/Encode/Alias.pm @@ -2025,7 +2025,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ cannot run this test (aliases as such should work fine) -- jhi Message-Id: <20020323202119.D19148@alpha.hut.fi> ! Byte/Makefile.PL - duplicate occurance of ascii.ucm and 8859-1.ucm + duplicate occurrence of ascii.ucm and 8859-1.ucm causes MacOS X dlyd to cloak ! t/CN.t ! t/Encode.t @@ -2037,7 +2037,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ > if (! -d 'blib' and -d 't'){ chdir 't' }; When you are "make test"-ing on Encode/ directory, you must not change $ENV{PWD}. t/JP.t has been fixed before but others somehow - remain unchanced. Also the situation detection was made simpler + remain unchanged. Also the situation detection was made simpler in t/JP.t, which was originally; > chdir 't' if -d 't' and $ENV{PWD} !~ m,/Encode[^/]*$,o; ! Encode.pm @@ -2100,7 +2100,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ ! lib/Encode/Description.pod -> lib/Encode/Details.pod Renamed. + Encode/ibm-125?.ucm - Added from icu distibution with any occurance of + Added from icu distribution with any occurrence of "IBM-125?" to "cp125?". Filenames remain unchanged to pay some respect to icu staff, however. + lib/Encode/Alias.pm @@ -2132,7 +2132,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ Pod revisions by Anton Tagunov Message-Id: <517178431.20020320174824@motor.ru> ! lib/Encode/Tcl.pm - all occrance of Encode::Tcl::Extended removed including pod + all occurrences of Encode::Tcl::Extended removed including pod ! t/CJKalias.t test now checks $encoding->name only; $encoding->{name} are no longer check to find the canonical name. @@ -2151,7 +2151,7 @@ $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ 0.93 Wed Mar 20 2002 * First release to be uploaded to CPAN. For prehistoric changes, - please see Changes file of perl distibution as well as + please see Changes file of perl distribution as well as perl-unicode@perl.org archive, available at: http://archive.develooper.com/perl-unicode@perl.org/ diff --git a/cpan/Encode/EBCDIC/Makefile.PL b/cpan/Encode/EBCDIC/Makefile.PL index 0e2a13c..76e4068 100644 --- a/cpan/Encode/EBCDIC/Makefile.PL +++ b/cpan/Encode/EBCDIC/Makefile.PL @@ -21,7 +21,7 @@ WriteMakefile( DIST_DEFAULT => 'all tardist', }, MAN3PODS => {}, - # OS 390 winges about line numbers > 64K ??? + # OS 390 whinges about line numbers > 64K ??? XSOPT => '-nolinenumbers', ); diff --git a/cpan/Encode/Encode.pm b/cpan/Encode/Encode.pm index 0888791..cce23df 100644 --- a/cpan/Encode/Encode.pm +++ b/cpan/Encode/Encode.pm @@ -483,7 +483,7 @@ Therefore you can save time by reusing this object as follows; my $enc = find_encoding("iso-8859-1"); while(<>){ my $utf8 = $enc->decode($_); - # and do someting with $utf8; + # and do something with $utf8; } Besides C<< ->decode >> and C<< ->encode >>, other methods are @@ -763,7 +763,7 @@ you're not interested in this, then bitwise-or the bitmask with it. =head2 coderef for CHECK As of Encode 2.12 CHECK can also be a code reference which takes the -ord value of unmapped caharacter as an argument and returns a string +ord value of unmapped character as an argument and returns a string that represents the fallback character. For instance, $ascii = encode("ascii", $utf8, sub{ sprintf "", shift }); @@ -942,7 +942,7 @@ goes "liberal" find_encoding("UTF8")->name # is 'utf8'. The UTF8 flag is internally called UTF8, without a hyphen. It indicates -whether a string is internally encoded as utf8, also without a hypen. +whether a string is internally encoded as utf8, also without a hyphen. =head1 SEE ALSO @@ -964,7 +964,7 @@ list of people involved. For any questions, use Eperl-unicode@perl.orgE so we can all share. While Dan Kogai retains the copyright as a maintainer, the credit -should go to all those involoved. See AUTHORS for those submitted +should go to all those involved. See AUTHORS for those submitted codes. =head1 COPYRIGHT diff --git a/cpan/Encode/Encode/Makefile_PL.e2x b/cpan/Encode/Encode/Makefile_PL.e2x index 1d83a2f..5317656 100644 --- a/cpan/Encode/Encode/Makefile_PL.e2x +++ b/cpan/Encode/Encode/Makefile_PL.e2x @@ -53,7 +53,7 @@ WriteMakefile( PREREQ_PM => { 'Encode' => "1.41", }, - # OS 390 winges about line numbers > 64K ??? + # OS 390 whinges about line numbers > 64K ??? XSOPT => '-nolinenumbers', ); diff --git a/cpan/Encode/JP/Makefile.PL b/cpan/Encode/JP/Makefile.PL index a75685e..aa48935 100644 --- a/cpan/Encode/JP/Makefile.PL +++ b/cpan/Encode/JP/Makefile.PL @@ -40,7 +40,7 @@ WriteMakefile( DIST_DEFAULT => 'all tardist', }, MAN3PODS => {}, - # OS 390 winges about line numbers > 64K ??? + # OS 390 whinges about line numbers > 64K ??? XSOPT => '-nolinenumbers', ); diff --git a/cpan/Encode/KR/Makefile.PL b/cpan/Encode/KR/Makefile.PL index e95d039..f78032d 100644 --- a/cpan/Encode/KR/Makefile.PL +++ b/cpan/Encode/KR/Makefile.PL @@ -38,7 +38,7 @@ WriteMakefile( DIST_DEFAULT => 'all tardist', }, MAN3PODS => {}, - # OS 390 winges about line numbers > 64K ??? + # OS 390 whinges about line numbers > 64K ??? XSOPT => '-nolinenumbers', ); diff --git a/cpan/Encode/MANIFEST b/cpan/Encode/MANIFEST index 3fe6582..405b707 100644 --- a/cpan/Encode/MANIFEST +++ b/cpan/Encode/MANIFEST @@ -37,7 +37,7 @@ bin/ucmlint A UCM Lint utility bin/ucmsort Sorts UCM lines bin/unidump Unicode Dump like hexdump(1) encengine.c Encode extension -encoding.pm Perl Pragmactic Module +encoding.pm Perl Pragmatic Module lib/Encode/Alias.pm Encode extension lib/Encode/CJKConstants.pm Encode extension lib/Encode/CN/HZ.pm Encode extension diff --git a/cpan/Encode/Symbol/Makefile.PL b/cpan/Encode/Symbol/Makefile.PL index 23ca1f4..3548643 100644 --- a/cpan/Encode/Symbol/Makefile.PL +++ b/cpan/Encode/Symbol/Makefile.PL @@ -26,7 +26,7 @@ WriteMakefile( DIST_DEFAULT => 'all tardist', }, MAN3PODS => {}, - # OS 390 winges about line numbers > 64K ??? + # OS 390 whinges about line numbers > 64K ??? XSOPT => '-nolinenumbers', ); diff --git a/cpan/Encode/TW/Makefile.PL b/cpan/Encode/TW/Makefile.PL index 99c94bf..c89493f 100644 --- a/cpan/Encode/TW/Makefile.PL +++ b/cpan/Encode/TW/Makefile.PL @@ -36,7 +36,7 @@ WriteMakefile( DIST_DEFAULT => 'all tardist', }, MAN3PODS => {}, - # OS 390 winges about line numbers > 64K ??? + # OS 390 whinges about line numbers > 64K ??? XSOPT => '-nolinenumbers', ); diff --git a/cpan/Encode/Unicode/Unicode.xs b/cpan/Encode/Unicode/Unicode.xs index 07d7e25..7c1688e 100644 --- a/cpan/Encode/Unicode/Unicode.xs +++ b/cpan/Encode/Unicode/Unicode.xs @@ -319,7 +319,7 @@ CODE: /* Preallocate the result buffer to the maximum possible size. ie. assume each UTF8 byte is 1 character. - Then shrink the result's buffer if necesary at the end. */ + Then shrink the result's buffer if necessary at the end. */ SvGROW(result, ((ulen+1) * usize)); if (!endian) { diff --git a/cpan/Encode/bin/enc2xs b/cpan/Encode/bin/enc2xs index 773c0a0..9c1865d 100644 --- a/cpan/Encode/bin/enc2xs +++ b/cpan/Encode/bin/enc2xs @@ -14,7 +14,7 @@ our $VERSION = do { my @r = (q$Revision: 2.7 $ =~ /\d+/g); sprintf "%d."."%02d" # These may get re-ordered. # RAW is a do_now as inserted by &enter -# AGG is an aggreagated do_now, as built up by &process +# AGG is an aggregated do_now, as built up by &process use constant { RAW_NEXT => 0, @@ -566,7 +566,7 @@ sub enter { # as current state. $next ||= $current; # Making sure it is defined seems to be faster than {no warnings;} in - # &process, or passing it in as 0 explicity. + # &process, or passing it in as 0 explicitly. # XXX $fallback ||= 0; # Start at the beginning and work forwards through the string to zero. @@ -595,7 +595,7 @@ sub enter { $do_now->[RAW_NEXT] = $next; return; } - # Tail recursion. The intermdiate state may not have a name yet. + # Tail recursion. The intermediate state may not have a name yet. $current = $do_now->[RAW_NEXT]; } } @@ -951,7 +951,7 @@ sub make_makefile_pl { eval { require Encode; }; $@ and die "You need to install Encode to use enc2xs -M\nerror: $@\n"; - # our used for variable expanstion + # our used for variable expansion $_Enc2xs = $0; $_Version = $VERSION; $_E2X = find_e2x(); @@ -978,7 +978,7 @@ sub make_configlocal_pm { $@ and die "Unable to require Encode: $@\n"; eval { require File::Spec; }; - # our used for variable expanstion + # our used for variable expansion my %in_core = map { $_ => 1 } ( 'ascii', 'iso-8859-1', 'utf8', 'ascii-ctrl', 'null', 'utf-8-strict' @@ -1289,7 +1289,7 @@ is, unless your environment is EBCDIC. B: not all features in UCM are implemented. For example, icu:state is not used. Because of that, you need to write a perl -module if you want to support algorithmical encodings, notably +module if you want to support algorithmic encodings, notably the ISO-2022 series. Such modules include L, L, and L. diff --git a/cpan/Encode/bin/unidump b/cpan/Encode/bin/unidump index ae0da30..b9d426d 100644 --- a/cpan/Encode/bin/unidump +++ b/cpan/Encode/bin/unidump @@ -168,8 +168,8 @@ IO Options: -f from_encoding convert the source stream from this encoding -t to_encoding print to STDOUT in this encoding -s string "string" will be converted instead of STDIN. - -H nline prints separater for each nlines of output. - 0 means only the table headding be printed. + -H nline prints separator for each nlines of output. + 0 means only the table heading be printed. EOT exit; } diff --git a/cpan/Encode/lib/Encode/Alias.pm b/cpan/Encode/lib/Encode/Alias.pm index f517a5a..9fa542f 100644 --- a/cpan/Encode/lib/Encode/Alias.pm +++ b/cpan/Encode/lib/Encode/Alias.pm @@ -210,7 +210,7 @@ sub init_aliases { # http://rt.cpan.org/Ticket/Display.html?id=36326 define_alias( qr/^macintosh$/i => '"MacRoman"' ); - # Ououououou. gone. They are differente! + # Ououououou. gone. They are different! # define_alias( qr/\bmacRomanian$/i => '"macRumanian"'); # Standardize on the dashed versions. diff --git a/cpan/Encode/lib/Encode/MIME/Header.pm b/cpan/Encode/lib/Encode/MIME/Header.pm index c41797c..5677a0f 100644 --- a/cpan/Encode/lib/Encode/MIME/Header.pm +++ b/cpan/Encode/lib/Encode/MIME/Header.pm @@ -56,7 +56,7 @@ sub decode($$;$) { ([-0-9A-Za-z_]+) # charset (encoding) (?:\*[A-Za-z]{1,8}(?:-[A-Za-z]{1,8})*)? # language (RFC 2231) \?([QqBb])\? # delimiter - (.*?) # Base64-encodede contents + (.*?) # Base64-encoded contents \?= # end encoded word }{ if (uc($2) eq 'B'){ @@ -102,7 +102,7 @@ my $re_encoded_word = qr{ (?:[-0-9A-Za-z_]+) # charset (encoding) (?:\*[A-Za-z]{1,8}(?:-[A-Za-z]{1,8})*)? # language (RFC 2231) \?(?:[QqBb])\? # delimiter - (?:.*?) # Base64-encodede contents + (?:.*?) # Base64-encoded contents \?= # end encoded word }xo; diff --git a/cpan/Encode/lib/Encode/Supported.pod b/cpan/Encode/lib/Encode/Supported.pod index e84faaf..dc9c521 100644 --- a/cpan/Encode/lib/Encode/Supported.pod +++ b/cpan/Encode/lib/Encode/Supported.pod @@ -94,7 +94,7 @@ To find how (UCS-2|UTF-(16|32))(LE|BE)? differ from one another, see L. UTF-7 is a special encoding which "re-encodes" UTF-16BE into a 7-bit -encoding. It is implemented seperately by Encode::Unicode::UTF7. +encoding. It is implemented separately by Encode::Unicode::UTF7. =head2 Encode::Byte -- Extended ASCII @@ -420,7 +420,7 @@ at L . =item (Mac) Indic encodings The maps for the following are available at L -but remain unsupport because those encodings need algorithmical +but remain unsupported because those encodings need algorithmic approach, currently unsupported by F: MacDevanagari @@ -631,7 +631,7 @@ See L for details. Encode aliases C to C to reflect this common -misusage. I C encoding is available as +misuse. I C encoding is available as C. See L for details. diff --git a/cpan/Encode/t/Aliases.t b/cpan/Encode/t/Aliases.t index d7a72d2..fc2e635 100644 --- a/cpan/Encode/t/Aliases.t +++ b/cpan/Encode/t/Aliases.t @@ -150,7 +150,7 @@ define_alias( qr/hebrew/i => '"WinHebrew"' ); -Encode::find_encoding("myhebrew"); # polute alias cache +Encode::find_encoding("myhebrew"); # pollute alias cache define_alias( sub { my $enc = shift; diff --git a/cpan/Encode/t/Encode.t b/cpan/Encode/t/Encode.t index 369557e..8b8e01a 100644 --- a/cpan/Encode/t/Encode.t +++ b/cpan/Encode/t/Encode.t @@ -85,7 +85,7 @@ foreach my $to (@destiny) } # On either ASCII or EBCDIC machines ensure we can take the full one -# byte repetoire to EBCDIC sets and back. +# byte repertoire to EBCDIC sets and back. my $enc_as = 'iso8859-1'; foreach my $enc_eb (@ebcdic_sets) diff --git a/cpan/Encode/t/encoding.t b/cpan/Encode/t/encoding.t index b17b11f..91e7d9a 100644 --- a/cpan/Encode/t/encoding.t +++ b/cpan/Encode/t/encoding.t @@ -111,7 +111,7 @@ my ($byte,$bytes,$U,$Ub,$g1,$g2,$l) = ( ); # all the tests in this section that compare a byte encoded string -# ato UTF-8 encoded are run in all possible vairants +# ato UTF-8 encoded are run in all possible variants # all of the eq, ne, cmp operations tested, # $v z $u tested as well as $u z $v diff --git a/cpan/Encode/t/jperl.t b/cpan/Encode/t/jperl.t index da68468..9d4f180 100644 --- a/cpan/Encode/t/jperl.t +++ b/cpan/Encode/t/jperl.t @@ -59,11 +59,11 @@ is(length($Namae), 4, q{utf8:length}); no encoding; ok(! defined(${^ENCODING}), q{no encoding;}); } -# should've been isnt() but no scoping is suported -- yet +# should've been isnt() but no scoping is supported -- yet ok(! defined(${^ENCODING}), q{not scoped yet}); # -# The following tests are commented out to accomodate +# The following tests are commented out to accommodate # Inaba-San's patch to make tr/// work w/o eval qq{} #{ # # now let's try some real black magic! -- 1.7.3.3 ```
p5pRT commented 13 years ago

@iabyn - Status changed from 'new' to 'rejected'