diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-03-03 08:12:58 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-03-03 08:12:58 +0000 |
commit | 5f89669270bed456c02457eab0709fc74466f733 (patch) | |
tree | 4159e4f73865a593bfe8594da7fcc954b094eee7 /sbin/init | |
parent | 73d318e7f2646fa3194cc872b2f62d037c820779 (diff) | |
download | FreeBSD-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.c | 2 |
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; } |