File: spelling-error-in-pod.patch

package info (click to toggle)
libfilesys-smbclient-perl 3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 388 kB
  • ctags: 132
  • sloc: perl: 757; ansic: 84; makefile: 7
file content (26 lines) | stat: -rw-r--r-- 842 bytes parent folder | download
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
Description: Spelling error in pod
Author: Xavier Guimard <x.guimard@free.fr>
Bug: https://rt.cpan.org/Ticket/Display.html?id=81794
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=81794
Last-Update: 2012-12-07

--- libfilesys-smbclient-perl-3.2.orig/SmbClient.pm
+++ libfilesys-smbclient-perl-3.2/SmbClient.pm
@@ -762,7 +762,7 @@ Example:
 
 =item read FILEHANDLE, LENGTH
 
-Read $count bytes of data on file descriptor $fd. It lenght is not set,
+Read $count bytes of data on file descriptor $fd. It length is not set,
 4096 bytes will be read.
 
 Return buffer read on success, undef at end of file,
@@ -809,7 +809,7 @@ errno and $! is set.
 A wrapper around `libsmbclient's `smbc_free_context'.
 
 Close open files, release Samba connection, delete context,
-aquired during open_* calls.
+acquired during open_* calls.
 
 Example: