summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-05-22 22:57:56 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-05-22 22:57:56 +0000
commitbc4722152f8a4cb9e2d566c22bfab38e49224bb5 (patch)
treef8ab4fc25cd5e509d08c6f60796727dab9f82c27
parent75a75e29e7b825da1c536745a728379fabd75fa8 (diff)
Notes
-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 0d77df97b91a..cdaf87b18db3 100644
--- a/sbin/init/init.c
+++ b/sbin/init/init.c
@@ -1592,7 +1592,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;
}