]> TLD Linux GIT Repositories - rc-scripts.git/commitdiff
- fix ugly typo master
authorMarcin Krol <hawk@tld-linux.org>
Sun, 7 Jul 2024 21:00:31 +0000 (23:00 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Sun, 7 Jul 2024 21:00:31 +0000 (23:00 +0200)
rc.d/rc.shutdown

index efcaecb61e5d0c51e3927458b0364c512103bdb7..02d839e477ee19626552c14c697b48b0b6b0d99c 100755 (executable)
@@ -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