Skip Menu |

This queue is for tickets about the File-Rsync CPAN distribution.

Report information
The Basics
Id: 114573
Status: open
Priority: 0/
Queue: File-Rsync

People
Owner: Nobody in particular
Requestors: CARNIL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



From: CARNIL [...] cpan.org
Subject: [PATCH] Fix spelling errors in manpage
Hi, In Debian we are currently applying the following patch to File-Rsync. We thought you might be interested in it too. Description: Fix spelling errors in manpage Origin: vendor Author: Salvatore Bonaccorso <carnil@debian.org> Last-Update: 2016-05-22 The patch is tracked in our Git repository at https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-rsync-perl.git/plain/debian/patches/fix-spelling-error-in-manpage.patch Thanks for considering, Salvatore Bonaccorso, Debian Perl Group
Here's the patch.

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #114573] [PATCH] Fix spelling errors in manpage
Date: Mon, 23 May 2016 08:22:23 -0500
To: Salvatore Bonaccorso via RT <bug-File-Rsync [...] rt.cpan.org>
From: Lee Eakin <leakin [...] ti.com>
Applied, thanks! -Lee Show quoted text
> Date: Sun, 22 May 2016 06:23:25 -0400 > From: Salvatore Bonaccorso via RT <bug-File-Rsync@rt.cpan.org> > To: undisclosed-recipients: ; > Subject: [rt.cpan.org #114573] [PATCH] Fix spelling errors in manpage > > Queue: File-Rsync > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=114573 > > > Here's the patch.
Show quoted text
> Description: Fix spelling errors in manpage > Origin: vendor > Author: Salvatore Bonaccorso <carnil@debian.org> > Last-Update: 2016-05-22 > > --- a/Rsync.pm > +++ b/Rsync.pm > @@ -165,7 +165,7 @@ They should have the proper single or do > should be split up the way you want them passed to exec. > The purpose of this option is to allow the use of arbitrary options added by > patches, and/or to allow the use of new options in rsync without needing an > -imediate update to the module in addtition to I<rsync(1)> itself. > +immediate update to the module in addtition to I<rsync(1)> itself. > > =cut > > @@ -787,7 +787,7 @@ all output to stderr from the last I<exe > was no output. > In an array context it will return an array of all output to stderr or an > empty list. > -The scalar context can be used to efficiently test for the existance of output. > +The scalar context can be used to efficiently test for the existence of output. > I<rsync> sends all messages from the remote I<rsync> process and any error > messages to stderr. > This method's purpose is to make it easier for you to parse that output for