From e7677d73a72f3a34e6d404cb0417d157c82f0c69 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sun, 7 Jul 2024 23:00:31 +0200 Subject: [PATCH] - fix ugly typo --- rc.d/rc.shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.46.0