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