From 9f731578cd5dca09463336ce3e1a2a3c1c3d26b7 Mon Sep 17 00:00:00 2001 From: Yorick Date: Wed, 6 Jul 2016 00:34:03 +0200 Subject: [PATCH] Spelling corrections --- init.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.sh b/init.sh index 10a7c7a..11bf7b4 100755 --- a/init.sh +++ b/init.sh @@ -23,7 +23,7 @@ USAGE: ${0} [-a architecture] [-b] -b bios boot type (default is efi64) -d device_block USB key to write - ${0} initialize an usb key fot debian automatic install with preseed and a partman recipe. +${0} initialize an usb key for Debian automatic install with preseed and a partman recipe. EOF } @@ -71,7 +71,7 @@ while getopts "ha:bd:" opt; do then dest=$OPTARG else - echo "Destinatioj is not a block device, bye." + echo "Destination is not a block device, bye." exit 1 fi ;; @@ -93,7 +93,7 @@ syslinux_url="https://www.kernel.org/pub/linux/utils/boot/syslinux/" syslinux_archive="syslinux-${SYSLINUX_VERSION}.tar.gz" current_dir=`pwd` -# Download Debian file (kernel, initrd and iso) +# Download Debian files (kernel, initrd and iso) echo -e "\nPrepare Debian files\n---" for file in "vmlinuz" "initrd.gz" do