]> rtime.felk.cvut.cz Git - novaboot.git/commitdiff
Fix typo
authoralberand <albershteyn.andrey@gmail.com>
Wed, 31 Mar 2021 17:47:14 +0000 (19:47 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Fri, 11 Jun 2021 09:48:27 +0000 (11:48 +0200)
novaboot

index c17b5c1075c4720c89b338f504812982cb192eeb..5e8ed5462642e78567c23077f17ffd0398a655e9 100755 (executable)
--- a/novaboot
+++ b/novaboot
@@ -544,7 +544,7 @@ sub generate_syslinux_config($$$$)
 
     if (system("file $kbin|grep 'Linux kernel'") == 0) {
        my $initrd = @$modules_ref[1];
-       die('To many "load" lines for Linux kernel') if (scalar @$modules_ref > 2);
+       die('Too many "load" lines for Linux kernel') if (scalar @$modules_ref > 2);
        print $fg "LINUX $base$kbin\n";
        print $fg "APPEND $kcmd\n";
        print $fg "INITRD $base$initrd\n";