1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: spelling fix
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-07-23
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=116422
Bug: https://rt.cpan.org/Ticket/Display.html?id=116422
--- a/lib/Net/OpenSSH.pm
+++ b/lib/Net/OpenSSH.pm
@@ -3705,7 +3705,7 @@
If C<async> is true, it doesn't wait for the SSH connection to
terminate. In that case, L</wait_for_master> must be called repeatedly
until the shutdown sequence terminates (See the L</AnyEvent>
-integration section bellow).
+integration section below).
=item $pid = $ssh->sshfs_import(\%opts, $remote_fs, $local_mnt_point)
|