Fixed repeated words
authorWalt Mankowski <waltman@pobox.com>
Sat, 10 Sep 2011 04:00:31 +0000 (00:00 -0400)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 10 Sep 2011 04:44:30 +0000 (21:44 -0700)
pod/perlgit.pod
pod/perllol.pod
pod/perlpodstyle.pod

index a316e7b..feb5535 100644 (file)
@@ -258,7 +258,7 @@ Now you should create a patch file for all your local changes:
   % git format-patch -M origin..
   0001-Rename-Leon-Brocard-to-Orange-Brocard.patch
 
-You should now send an email to to
+You should now send an email to
 L<perlbug@perl.org|mailto:perlbug@perl.org> with a description of your
 changes, and include this patch file as an attachment. In addition to
 being tracked by RT, mail to perlbug will automatically be forwarded to
index 8c6c056..b35a0fe 100644 (file)
@@ -174,7 +174,7 @@ Prior to Perl 5.14, this wouldn't even compile:
 
     push $AoA[0], "wilma", "betty";        # implicit deref
 
-How come?  Because once upon a time, the argument to push() had to be be a
+How come?  Because once upon a time, the argument to push() had to be a
 real array, not just a reference to one. That's no longer true.  In fact,
 the line marked "implicit deref" above works just fine--in this
 instance--to do what the one that says explicit deref did.
index f635f73..850f38d 100644 (file)
@@ -25,7 +25,7 @@ command-line option from the C<-f> filetest operator.
 =item italic (IE<lt>E<gt>)
 
 Use italic to emphasize text, like I<this>.  Function names are
-traditionally written in in italics; if you write a function as function(),
+traditionally written in italics; if you write a function as function(),
 Pod::Man will take care of this for you.  Names of programs, including the
 name of the program being documented, are conventionally written in italics
 (using IE<lt>E<gt>) wherever they occur in normal roman text.