File: spelling_errors.patch

package info (click to toggle)
libsysadm-install-perl 0.39-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 336 kB
  • sloc: perl: 734; makefile: 11
file content (15 lines) | stat: -rw-r--r-- 468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Angel Abad <angelabad@gmail.com>
Subject: Fix spelling error in manpage
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=54883 

--- a/lib/Sysadm/Install.pm
+++ b/lib/Sysadm/Install.pm
@@ -1537,7 +1537,7 @@
 =item C<pipe_copy($in, $out, [$bufsize])>
 
 Reads from $in and writes to $out, using sysread and syswrite. The
-buffer size used defaults to 4096, but can be set explicitely.
+buffer size used defaults to 4096, but can be set explicitly.
 
 =cut