From 3e8c054616d9cae922e1b956ee755a37db94e263 Mon Sep 17 00:00:00 2001 From: Matt Dietz Date: Wed, 10 Feb 2016 13:57:14 -0800 Subject: [PATCH] Fixes a couple spelling mistakes --- ipxe/disks/netboot.xyz-dhcp | 4 ++-- ipxe/disks/netboot.xyz-static | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ipxe/disks/netboot.xyz-dhcp b/ipxe/disks/netboot.xyz-dhcp index 5a78afab..7347c77c 100644 --- a/ipxe/disks/netboot.xyz-dhcp +++ b/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 diff --git a/ipxe/disks/netboot.xyz-static b/ipxe/disks/netboot.xyz-static index a355c86a..ea4234ab 100644 --- a/ipxe/disks/netboot.xyz-static +++ b/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