From 0506d68427e342366d826aae4bfbbc6cc0adecc2 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 26 Feb 2018 13:46:47 -0600 Subject: fstabinfo: fix an error message --- src/rc/fstabinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rc/fstabinfo.c b/src/rc/fstabinfo.c index a2e707aa..a35a52f6 100644 --- a/src/rc/fstabinfo.c +++ b/src/rc/fstabinfo.c @@ -141,7 +141,7 @@ do_mount(struct ENT *ent, bool remount) /* NOTREACHED */ case 0: execvp(argv[0], argv); - eerror("%s: execv: %s", applet, strerror(errno)); + eerror("%s: execvp: %s", applet, strerror(errno)); _exit(EXIT_FAILURE); /* NOTREACHED */ default: -- cgit v1.2.3