Front page | perl.perl5.porters |
Postings from January 2011
[PATCH] POD typo
Thread Next
From:
Jay Hannah
Date:
January 28, 2011 13:21
Subject:
[PATCH] POD typo
Message ID:
2519F366-C7A3-45F1-A9DF-E0FC4E9E7D34@mutationgrid.com
Thanks,
Jay Hannah
Software Architect
jhannah@mutationgrid.com | http://mutationgrid.com | 1-402-598-7782
$ git diff
diff --git a/AUTHORS b/AUTHORS
index 4167b88..cd02f72 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -467,7 +467,7 @@ Jason Hord <pravus@cpan.org>
Jason Shirk
Jason Stewart <jasons@cs.unm.edu>
Jason Varsoke <jjv@caesun10.msd.ray.com>
-Jay Hannah <jhannah@omnihotels.com>
+Jay Hannah <jhannah@mutationgrid.com>
Jay Rogers <jay@rgrs.com>
JD Laub <jdl@access-health.com>
Jeff Bouis
diff --git a/lib/utf8.pm b/lib/utf8.pm
index ed0a4d8..2d4afb5 100644
--- a/lib/utf8.pm
+++ b/lib/utf8.pm
@@ -117,7 +117,7 @@ L<Encode>.
=item * $success = utf8::downgrade($string[, FAIL_OK])
-Converts in-place the the internal representation of the string from
+Converts in-place the internal representation of the string from
I<UTF-X> to the equivalent octet sequence in the native encoding (Latin-1
or EBCDIC). The logical character sequence itself is unchanged. If
I<$string> is already stored as native 8 bit, then this is a no-op. Can
Thread Next
-
[PATCH] POD typo
by Jay Hannah