summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorWalt Mankowski <waltman@pobox.com>2010-10-02 22:22:00 -0400
committerJesse Vincent <jesse@bestpractical.com>2010-10-03 10:42:54 -0400
commite164034bd25368e580c5c9c515f72887913b1b22 (patch)
treeb14aa04b086727c9e881c05fc77a2e007a18e317 /pod
parent49cf396841d1956c019ce30b3530eb3a82c14090 (diff)
downloadperl-e164034bd25368e580c5c9c515f72887913b1b22.tar.gz
Fixed typo -- replaced "the the" with "the"
Diffstat (limited to 'pod')
-rw-r--r--pod/perlfaq9.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq9.pod b/pod/perlfaq9.pod
index 1c62cef22c..4446713347 100644
--- a/pod/perlfaq9.pod
+++ b/pod/perlfaq9.pod
@@ -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 %";