فهرست منبع

Merge pull request #77 from Cerberus98/master

Fixes a couple spelling mistakes
Antony Messerli 9 سال پیش
والد
کامیت
26f086a365
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  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