rc-update: fix typo

This commit is contained in:
Scall 2018-03-21 13:33:33 +01:00 committed by Doug Freed
parent 6b475ab269
commit 2ae60ca041

View File

@ -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",