]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/packages/hostapd
fix typo in hostapd initscript
[people/pmueller/ipfire-2.x.git] / src / initscripts / packages / hostapd
index 27e79f0a7de786c0e0fcbbc1baaa663e74785dc9..5945375f3c43f9835e7c0e309a1cb6b7e2fdafa4 100644 (file)
@@ -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