aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorStephen McKay <mckay@FreeBSD.org>2001-12-11 13:14:15 +0000
committerStephen McKay <mckay@FreeBSD.org>2001-12-11 13:14:15 +0000
commit048e49762740db031bdf163c0bf6f0e1a71fbdfa (patch)
tree299369f34b77ba3b7a01176f44e440ba824405c3 /bin
parent9144eed40177404693c578941eed7e564f875434 (diff)
Notes
Diffstat (limited to 'bin')
-rw-r--r--bin/cp/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cp/utils.c b/bin/cp/utils.c
index 6f5ed4098f9b..adc04a72770d 100644
--- a/bin/cp/utils.c
+++ b/bin/cp/utils.c
@@ -293,7 +293,7 @@ setfile(fs, fd)
if (!gotstat || fs->st_mode != ts.st_mode)
if (fd ? fchmod(fd, fs->st_mode) : chmod(to.p_path, fs->st_mode)) {
- warn("chown: %s", to.p_path);
+ warn("chmod: %s", to.p_path);
rval = 1;
}