aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <michael@orlitzky.com>2020-11-25 07:11:55 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2020-11-27 17:25:30 -0600
commitac7ca6d901d72b1bc4ed13be5438e825c07fc0da (patch)
tree2341f2966eef5e15e249ea0027b70065dad37d37
parent47819f004cec3cc3e911ba69003b8b52bacbebef (diff)
src/rc/checkpath.c: fix typo "synbolic" -> "symbolic".
-rw-r--r--src/rc/checkpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/checkpath.c b/src/rc/checkpath.c
index ff54a892..6422446a 100644
--- a/src/rc/checkpath.c
+++ b/src/rc/checkpath.c
@@ -117,7 +117,7 @@ static int get_dirfd(char *path, bool symlinks) {
strerror(errno));
if (S_ISLNK(st.st_mode) ) {
if (st.st_uid != 0)
- eerrorx("%s: %s: synbolic link %s not owned by root",
+ eerrorx("%s: %s: symbolic link %s not owned by root",
applet, path, str);
linksize = st.st_size+1;
if (linkpath)