File: spelling.patch

package info (click to toggle)
libfile-ncopy-perl 0.36-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 120 kB
  • sloc: perl: 403; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,359 bytes parent folder | download | duplicates (3)
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: fix a spelling mistake
Origin: vendor
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125713
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2018-06-29

--- a/lib/File/NCopy.pm
+++ b/lib/File/NCopy.pm
@@ -80,7 +80,7 @@
 recursive flag is set then it is done recursively like B<cp -R>.
 In fact it behaves like cp on Unix for the most part.
 If called in array context, an array of successful copies is returned,
-otherwise the number of succesful copies is returned.  If passed a file
+otherwise the number of successful copies is returned.  If passed a file
 handle, it's difficult to make sure the file we are copying isn't the
 same that we are copying to, since by opening the file in write mode it
 gets pooched.  To avoid this use file names instead, if at all possible,
@@ -95,7 +95,7 @@
 files and directories to another directory.  Or a directory to another
 directory.  Wildcard arguments are expanded, except for the last
 argument which should not be expanded.  The file and directory
-permissions are set to the orginating file's permissions and if preserve
+permissions are set to the originating file's permissions and if preserve
 is set the access and modification times are also set.  If preserve is
 set then the uid and gid will also be attempted to be set, though this
 may only for for the men in white hats.