From ce578534fe338255576ff4310db20f8d9680e900 Mon Sep 17 00:00:00 2001
From: Kenneth Koski <mechaxl@gmail.com>
Date: Thu, 21 Jan 2016 11:29:44 -0600
Subject: [PATCH] Fixing minor typos in basic-install.sh

---
 automated install/basic-install.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh
index 25fe1a99..7e527b89 100755
--- a/automated install/basic-install.sh	
+++ b/automated install/basic-install.sh	
@@ -52,8 +52,8 @@ IPv4gw=$(ip route get 8.8.8.8 | awk '{print $3}')
 availableInterfaces=$(ip -o link | awk '{print $2}' | grep -v "lo" | cut -d':' -f1)
 dhcpcdFile=/etc/dhcpcd.conf
 
-####### FUCNTIONS ##########
-###All creddit for the below function goes to http://fitnr.com/showing-a-bash-spinner.html
+####### FUNCTIONS ##########
+###All credit for the below function goes to http://fitnr.com/showing-a-bash-spinner.html
 spinner()
 {
     local pid=$1
@@ -178,7 +178,7 @@ $SUDO touch /etc/pihole/.useIPv6
 
 getStaticIPv4Settings()
 {
-# Ask if the user wannts to use DHCP settings as their static IP
+# Ask if the user wants to use DHCP settings as their static IP
 if (whiptail --backtitle "Calibrating network interface" --title "Static IP Address" --yesno "Do you want to use your current network settings as a static address?
 
 								IP address:    $IPv4addr