From: Marcin Krol Date: Sun, 7 Jul 2024 21:00:31 +0000 (+0200) Subject: - fix ugly typo X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=e7677d73a72f3a34e6d404cb0417d157c82f0c69;p=rc-scripts.git - fix ugly typo --- diff --git a/rc.d/rc.shutdown b/rc.d/rc.shutdown index efcaecb..02d839e 100755 --- a/rc.d/rc.shutdown +++ b/rc.d/rc.shutdown @@ -92,7 +92,7 @@ while [ -n "$remaining" -a "$retry" -gt 0 ]; do fi done - show "Unmounting remainging file systems"; busy + show "Unmounting remaining file systems"; busy ERRORS=$(umount -a $force -t noproc,nosysfs,notmpfs,nodevpts,nodevtmpfs 2>&1); rc=$ # we might had unmounted /usr, recheck $TPUT availability