diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-02-15 16:15:18 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-02-15 16:15:18 -0600 |
commit | 6781667641580fef852ccffc2f42d060f791b354 (patch) | |
tree | 1e35758e3d8589afadc7585cea4a93fcdf0072b2 /src | |
parent | b17af3c85fc94ecc12857146ba2133a3782ead52 (diff) |
typo fix
Diffstat (limited to 'src')
-rw-r--r-- | src/rc/checkpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/checkpath.c b/src/rc/checkpath.c index b6f1d6a4..4e362420 100644 --- a/src/rc/checkpath.c +++ b/src/rc/checkpath.c @@ -134,7 +134,7 @@ static int do_check(char *path, uid_t uid, gid_t gid, mode_t mode, if (mode && (st.st_mode & 0777) != mode) { if ((type != inode_dir) && (st.st_nlink != 1)) { - eerror("%s: chown: %s %s", applet, "Too many hard links to", path); + eerror("%s: chmod: %s %s", applet, "Too many hard links to", path); return -1; } einfo("%s: correcting mode", path); |