Pārlūkot izejas kodu

Fixes a couple spelling mistakes

Matt Dietz 9 gadi atpakaļ
vecāks
revīzija
3e8c054616
2 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 2 2
      ipxe/disks/netboot.xyz-dhcp
  2. 1 1
      ipxe/disks/netboot.xyz-static

+ 2 - 2
ipxe/disks/netboot.xyz-dhcp

@@ -5,7 +5,7 @@ set version 1.03
 echo netboot.xyz iPXE loader v${version}
 goto dhcp
 
-:dhcp  
+:dhcp
 dhcp || goto static
 goto menu
 
@@ -22,7 +22,7 @@ echo Attempting chainload of netboot.xyz...
 goto menu || goto failsafe
 
 :menu
-chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS appears to have failed... attemping HTTP
+chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS appears to have failed... attempting HTTP
 sleep 5
 chain --autofree http://boot.netboot.xyz/menu.ipxe || echo HTTP has failed, localbooting...
 goto boot

+ 1 - 1
ipxe/disks/netboot.xyz-static

@@ -18,7 +18,7 @@ echo Attempting chainload of netboot.xyz...
 goto menu || goto failsafe
 
 :menu
-chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS appears to have failed... attemping HTTP
+chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS appears to have failed... attempting HTTP
 sleep 5
 chain --autofree http://boot.netboot.xyz/menu.ipxe || echo HTTP has failed, localbooting...
 goto boot