Typo in warning message (chown should be chmod).
This commit is contained in:
parent
b7ccf76823
commit
dd266e645e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user