diff options
| author | Stephen McKay <mckay@FreeBSD.org> | 2001-12-11 13:14:15 +0000 |
|---|---|---|
| committer | Stephen McKay <mckay@FreeBSD.org> | 2001-12-11 13:14:15 +0000 |
| commit | 048e49762740db031bdf163c0bf6f0e1a71fbdfa (patch) | |
| tree | 299369f34b77ba3b7a01176f44e440ba824405c3 /bin | |
| parent | 9144eed40177404693c578941eed7e564f875434 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/cp/utils.c | 2 |
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; } |
