diff options
author | Scall <Scall@users.noreply.github.com> | 2018-03-21 13:33:33 +0100 |
---|---|---|
committer | Doug Freed <dwfreed@mtu.edu> | 2018-03-21 08:33:33 -0400 |
commit | 2ae60ca0419d60c86904a8e15e71e902549e18d4 (patch) | |
tree | 98d3f543b54952d28ab9d5d8aae99ba1c5a59544 /src | |
parent | 6b475ab26992f1dd8815700828df46abc4b71d27 (diff) |
rc-update: fix typo
Diffstat (limited to 'src')
-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", |