fstabinfo: fix an error message

This commit is contained in:
William Hubbs 2018-02-26 13:46:47 -06:00
parent c3d666acaf
commit 0506d68427

View File

@ -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: