+diff -ur rc-scripts-0.5.4.orig/rc.d/rc.shutdown rc-scripts-0.5.4/rc.d/rc.shutdown
+--- rc-scripts-0.5.4.orig/rc.d/rc.shutdown 2024-05-21 22:06:13.000000000 +0200
++++ rc-scripts-0.5.4/rc.d/rc.shutdown 2024-07-07 22:56:03.990467056 +0200
+@@ -92,7 +92,7 @@
+ 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