diff options
author | Roy Marples <roy@marples.name> | 2008-12-23 10:41:33 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-12-23 10:41:33 +0000 |
commit | 7e12abe03586b7c641acc361cfce098b3b5384f5 (patch) | |
tree | cbddd659333738b7bda385bf8e1c5f15bdef47d7 /src/rc | |
parent | 4dba5b1ff1c50ab7b40111f529ee8a5179ffb9ee (diff) |
Typo.
Diffstat (limited to 'src/rc')
-rw-r--r-- | src/rc/runscript.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/runscript.c b/src/rc/runscript.c index 2a1b574f..89e93410 100644 --- a/src/rc/runscript.c +++ b/src/rc/runscript.c @@ -719,7 +719,7 @@ svc_start(bool deps) rc_service_mark(service, RC_SERVICE_HOTPLUGGED); if (strcmp(runlevel, RC_LEVEL_SYSINIT) == 0) ewarnx("WARNING: %s will be started in the" - " net runlevel.", applet); + " next runlevel.", applet); } if (state & RC_SERVICE_STARTED) { |