File: spelling.patch

package info (click to toggle)
libnet-openssh-perl 0.73-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 608 kB
  • ctags: 268
  • sloc: perl: 3,287; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 630 bytes parent folder | download
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)