diff --git a/src/rc/rc-update.c b/src/rc/rc-update.c index abe40b88..b0a73609 100644 --- a/src/rc/rc-update.c +++ b/src/rc/rc-update.c @@ -62,7 +62,7 @@ add(const char *runlevel, const char *service) if (!rc_service_exists(service)) { if (errno == ENOEXEC) - eerror("%s: service `%s' is not executeable", + eerror("%s: service `%s' is not executable", applet, service); else eerror("%s: service `%s' does not exist",