Fix typo present since 1997: single used mode -> single user mode.
This commit is contained in:
parent
73d318e7f2
commit
5f89669270
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user