commit: 2ae60ca0419d60c86904a8e15e71e902549e18d4
Author: Scall <Scall <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Wed Mar 21 12:33:33 2018 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Mar 21 12:33:33 2018 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=2ae60ca0
rc-update: fix typo
src/rc/rc-update.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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",