1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Description: Little spelling error
Author: Xavier Guimard <x.guimard@free.fr>
Bug: https://rt.cpan.org/Ticket/Display.html?id=82254
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82254
Last-Update: 2012-12-26
--- a/SCP.pm
+++ b/SCP.pm
@@ -58,10 +58,10 @@
=item scp SOURCE, DESTINATION
Can be called either as a subroutine or a method; however, the subroutine
-interface is depriciated.
+interface is deprecated.
Calls scp in batch mode, with the B<-B> B<-p> B<-q> and B<-r> options.
-Returns false upon error, with a text error message accessable in
+Returns false upon error, with a text error message accessible in
$scp->{errstr}.
Returns false and sets the B<errstr> attribute if there is an error.
@@ -105,7 +105,7 @@
=item iscp SOURCE, DESTINATION
Can be called either as a subroutine or a method; however, the subroutine
-interface is depriciated.
+interface is deprecated.
Prints the scp command to be execute, waits for the user to confirm, and
(optionally) executes scp, with the B<-p> and B<-r> flags.
|