aboutsummaryrefslogtreecommitdiff
path: root/sbin/init
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-03-03 08:12:58 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-03-03 08:12:58 +0000
commit8a8d42eebbace91b5b0694305419efdd31cf1a7a (patch)
tree1a995362aed85eb6b415689fef0fe8e9dc5ac486 /sbin/init
parent219042c999fb051d368ff90897d80d394e7e01b9 (diff)
Notes
Diffstat (limited to 'sbin/init')
-rw-r--r--sbin/init/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/init/init.c b/sbin/init/init.c
index 963ef2cfb597..67a2eac55bf5 100644
--- a/sbin/init/init.c
+++ b/sbin/init/init.c
@@ -1608,7 +1608,7 @@ runshutdown()
if (clang == 1) {
/* we were waiting for the sub-shell */
kill(wpid, SIGTERM);
- warning("timeout expired for %s on %s: %m; going to single used mode",
+ warning("timeout expired for %s on %s: %m; going to single user mode",
_PATH_BSHELL, _PATH_RUNDOWN);
return -1;
}