aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-NCopy
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2008-05-23 21:18:39 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2008-05-23 21:18:39 +0000
commitf532e2405a86e1d06101e7f16d1a06c57c38f1e7 (patch)
tree493f4b8f11be6f9234c8929e9caa0a69d5907084 /devel/p5-File-NCopy
parent6d4aa839c8cdb87f7568725dc7b86a60214d87b7 (diff)
downloadports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.tar.gz
ports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.zip
Hunt for typos in devel/p5-*.
Notes
Notes: svn path=/head/; revision=213563
Diffstat (limited to 'devel/p5-File-NCopy')
-rw-r--r--devel/p5-File-NCopy/pkg-descr4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-File-NCopy/pkg-descr b/devel/p5-File-NCopy/pkg-descr
index 6b603931c767..81248cb83073 100644
--- a/devel/p5-File-NCopy/pkg-descr
+++ b/devel/p5-File-NCopy/pkg-descr
@@ -1,12 +1,12 @@
File::NCopy::copy copies files to directories, or a single file to
another file. You can also use a reference to a file handle if you wish
-whem doing a file to file copy. The functionality is very similar to
+when doing a file to file copy. The functionality is very similar to
cp. If the argument is a directory to directory copy and the recursive
flag is set then it is done recursively like 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,