diff --git a/lfs/hostapd b/lfs/hostapd
index c02c9724c..382482230 100644
--- a/lfs/hostapd
+++ b/lfs/hostapd
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = hostapd
-PAK_VER    = 49
+PAK_VER    = 50
 
 DEPS       = ""
 
diff --git a/src/initscripts/packages/hostapd b/src/initscripts/packages/hostapd
index 27e79f0a7..5945375f3 100644
--- a/src/initscripts/packages/hostapd
+++ b/src/initscripts/packages/hostapd
@@ -32,7 +32,7 @@ case "${1}" in
 
 		# Check if INTERFACE is an actual wireless device
 		if [ ! -d "/sys/class/net/${INTERFACE}/wireless" ]; then
-			boot_mesg "Interface $INTERFACE is no wireless device." ${FAILURE}
+			boot_mesg "Interface $INTERFACE is not a wireless device." ${FAILURE}
 			echo_failure
 			exit 0
 		fi
