summaryrefslogtreecommitdiffstats
path: root/sbin/init
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-03-03 08:12:58 +0000
committerasmodai <asmodai@FreeBSD.org>2001-03-03 08:12:58 +0000
commit5f89669270bed456c02457eab0709fc74466f733 (patch)
tree4159e4f73865a593bfe8594da7fcc954b094eee7 /sbin/init
parent73d318e7f2646fa3194cc872b2f62d037c820779 (diff)
downloadFreeBSD-src-5f89669270bed456c02457eab0709fc74466f733.zip
FreeBSD-src-5f89669270bed456c02457eab0709fc74466f733.tar.gz
Fix typo present since 1997: single used mode -> single user mode.
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 963ef2c..67a2eac 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;
}
OpenPOWER on IntegriCloud