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

[perl #81848] [PATCH] Fix typos (spelling errors) in cpan/Pod-Escapes/*.

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


---
 cpan/Pod-Escapes/lib/Pod/Escapes.pm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cpan/Pod-Escapes/lib/Pod/Escapes.pm b/cpan/Pod-Escapes/lib/Pod/Escapes.pm
index de4d75a..dd31acb 100644
--- a/cpan/Pod-Escapes/lib/Pod/Escapes.pm
+++ b/cpan/Pod-Escapes/lib/Pod/Escapes.pm
@@ -1,7 +1,7 @@
 
 require 5;
 #                        The documentation is at the end.
-# Time-stamp: "2004-05-07 15:31:25 ADT"
+# Time-stamp: 2011-01-06 14:28:29 +01:00
 package Pod::Escapes;
 require Exporter;
 @ISA = ('Exporter');
@@ -567,7 +567,7 @@ C<e2char('0x2F')>, and C<e2char('057')> all return "/",
 because C<EE<lt>solE<gt>>, C<EE<lt>47E<gt>>, C<EE<lt>0x2fE<gt>>,
 and C<EE<lt>057E<gt>>, all mean "/".  If
 the name has no known value (as with a name of "qacute") or is
-syntactally invalid (as with a name of "1/4"), this returns undef.
+syntactically invalid (as with a name of "1/4"), this returns undef.
 
 =item e2charnum($e_content)
 
@@ -605,7 +605,7 @@ include numerics (like "64" or "x981c").
 
 For numbers in the range 160 (0x00A0) to 255 (0x00FF), this maps
 from the character code for a Latin-1 character (like 233 for
-lowercase e-acute) to the US-ASCII character that best aproximates
+lowercase e-acute) to the US-ASCII character that best approximates
 it (like "e").  You may find this useful if you are rendering
 POD in a format that you think deals well only with US-ASCII
 characters.
-- 
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