From 5f89669270bed456c02457eab0709fc74466f733 Mon Sep 17 00:00:00 2001 From: asmodai Date: Sat, 3 Mar 2001 08:12:58 +0000 Subject: Fix typo present since 1997: single used mode -> single user mode. --- sbin/init/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/init') 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; } -- cgit v1.1