Front page | perl.perl5.porters |
Postings from September 2011
[perl #98808] [DOC PATCH] 7f19f93 Fixed repeated words
Thread Previous
From:
Father Chrysostomos via RT
Date:
September 9, 2011 22:20
Subject:
[perl #98808] [DOC PATCH] 7f19f93 Fixed repeated words
Message ID:
rt-3.6.HEAD-31297-1315632042-1775.98808-15-0@perl.org
On Fri Sep 09 21:07:17 2011, waltman@mawode.com wrote:
>
> This is a bug report for perl from waltman@mawode.com,
> generated with the help of perlbug 1.39 running under perl 5.14.1.
>
> From 7f19f9328ab943a693fa50c4383faade465d47c0 Mon Sep 17 00:00:00 2001
> From: Walt Mankowski <waltman@pobox.com>
> Date: Sat, 10 Sep 2011 00:00:31 -0400
> Subject: [PATCH] Fixed repeated words
> MIME-Version: 1.0
> Content-Type: multipart/mixed; boundary="------------1.7.5.4"
>
> This is a multi-part message in MIME format.
> --------------1.7.5.4
> Content-Type: text/plain; charset=UTF-8; format=fixed
> Content-Transfer-Encoding: 8bit
>
> ---
> pod/perlgit.pod | 2 +-
> pod/perllol.pod | 2 +-
> pod/perlpodstyle.pod | 2 +-
> pod/perltodo.pod | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
>
>
> --------------1.7.5.4
> Content-Type: text/x-patch; name="0001-Fixed-repeated-words.patch"
> Content-Transfer-Encoding: 8bit
> Content-Disposition: attachment; filename="0001-Fixed-repeated-
> words.patch"
>
> diff --git a/pod/perlgit.pod b/pod/perlgit.pod
> index a316e7b..feb5535d8 100644
> --- a/pod/perlgit.pod
> +++ b/pod/perlgit.pod
> @@ -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
> diff --git a/pod/perllol.pod b/pod/perllol.pod
> index 8c6c056..b35a0fe 100644
> --- a/pod/perllol.pod
> +++ b/pod/perllol.pod
> @@ -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.
> diff --git a/pod/perlpodstyle.pod b/pod/perlpodstyle.pod
> index f635f73..850f38d 100644
> --- a/pod/perlpodstyle.pod
> +++ b/pod/perlpodstyle.pod
> @@ -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.
Thank you. Applied as e001c71.
> diff --git a/pod/perltodo.pod b/pod/perltodo.pod
> index e54a565..f57fd98 100644
> --- a/pod/perltodo.pod
> +++ b/pod/perltodo.pod
> @@ -728,7 +728,7 @@ usual.
>
> I think that this gets us decent C<SA_SIGINFO> support, without the
> current risk
> of running Perl code inside the signal handler context. (With all the
> dangers
> -of things like C<malloc> corruption that that currently offers us)
> +of things like C<malloc> corruption that currently offers us)
>
> For more information see the thread starting with this message:
> L<http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2008-
> 03/msg00305.html>
That is correct as it is. The first ‘that’ is a conjunction; the second
a pronoun. (Not applied.)
Thread Previous