In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/e2bd2e2b51a3690b0515d3ac5d5d7e350cb446be?hp=c02ee425ec16ba1c726d4eba2a70720102f63280>

- Log -----------------------------------------------------------------
commit e2bd2e2b51a3690b0515d3ac5d5d7e350cb446be
Author: Walt Mankowski <walt...@pobox.com>
Date:   Sat Oct 2 22:04:22 2010 -0400

    Fixed typos -- replaced "the the" with "the"

M       pod/perldiag.pod

commit e164034bd25368e580c5c9c515f72887913b1b22
Author: Walt Mankowski <walt...@pobox.com>
Date:   Sat Oct 2 22:22:00 2010 -0400

    Fixed typo -- replaced "the the" with "the"

M       pod/perlfaq9.pod

commit 49cf396841d1956c019ce30b3530eb3a82c14090
Author: Walt Mankowski <walt...@pobox.com>
Date:   Sat Oct 2 22:30:42 2010 -0400

    Fixed typo -- changed "it's code point" to "its code point"

M       pod/perlglossary.pod
-----------------------------------------------------------------------

Summary of changes:
 pod/perldiag.pod     |    4 ++--
 pod/perlfaq9.pod     |    2 +-
 pod/perlglossary.pod |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index c6806c1..8404d6e 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -2415,8 +2415,8 @@ instead on the filehandle.)
 
 (W misc) Making a subroutine an lvalue subroutine after it has been defined
 by declaring the subroutine with a lvalue attribute is not
-possible. To make the the subroutine a lvalue subroutine add the
-lvalue attribute to the definition, or put the the declaration before
+possible. To make the subroutine a lvalue subroutine add the
+lvalue attribute to the definition, or put the declaration before
 the definition.
 
 =item Lvalue subs returning %s not implemented yet
diff --git a/pod/perlfaq9.pod b/pod/perlfaq9.pod
index 1c62cef..4446713 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 %";
diff --git a/pod/perlglossary.pod b/pod/perlglossary.pod
index 268792f..bbd1434 100644
--- a/pod/perlglossary.pod
+++ b/pod/perlglossary.pod
@@ -549,7 +549,7 @@ generator>.
 
 The position of a character in a character set encoding.  The character
 C<NULL> is almost certainly at the zeroth position in all character
-sets, so it's code point is 0.  The code point for the C<SPACE>
+sets, so its code point is 0.  The code point for the C<SPACE>
 character in the ASCII character set is 0x20, or 32 decimal; in EBCDIC
 it is 0x40, or 64 decimal.  The L<ord|perlfunc/ord> function returns
 the code point of a character.

--
Perl5 Master Repository

Reply via email to