]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - novaboot
Fix typo
[novaboot.git] / novaboot
index d0d097d9fb05294d5a157de2ed9a698ffd5e02e4..525b8e71cb4092410056cd328d234e8a612a1053 100755 (executable)
--- a/novaboot
+++ b/novaboot
@@ -320,7 +320,7 @@ while (!$skip_reading && ($_ = <>)) {
        next;
     }
     if (/^uboot (.*)/) {       # uboot line
-       # TODO: If U-Boot supports some interactive menud, it might
+       # TODO: If U-Boot supports some interactive menu, it might
        # make sense to store uboot lines per novaboot script.
        push @uboot_init, $1;
        next;