diff options
Diffstat (limited to 'src/rc')
-rw-r--r-- | src/rc/rc-update.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", |