This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fixed typo -- replaced "the the" with "the"
authorWalt Mankowski <waltman@pobox.com>
Sun, 3 Oct 2010 02:22:00 +0000 (22:22 -0400)
committerJesse Vincent <jesse@bestpractical.com>
Sun, 3 Oct 2010 14:42:54 +0000 (10:42 -0400)
pod/perlfaq9.pod

index 1c62cef..4446713 100644 (file)
@@ -261,7 +261,7 @@ either on the way in or the way out.
 If you have to encode a string yourself, remember that you should
 never try to encode an already-composed URI. You need to escape the
 components separately then put them together. To encode a string, you
-can use the the C<URI::Escape> module. The C<uri_escape> function
+can use the C<URI::Escape> module. The C<uri_escape> function
 returns the escaped string:
 
        my $original = "Colon : Hash # Percent %";