summaryrefslogtreecommitdiff
path: root/net/iwconfig.sh.Linux.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/iwconfig.sh.Linux.in')
-rw-r--r--net/iwconfig.sh.Linux.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/iwconfig.sh.Linux.in b/net/iwconfig.sh.Linux.in
index ea7cfd6..cf88b6f 100644
--- a/net/iwconfig.sh.Linux.in
+++ b/net/iwconfig.sh.Linux.in
@@ -737,7 +737,7 @@ iwconfig_pre_start()
# which reports NOT READY!
x="$(iwconfig_get_type)"
if [ "${x}" = "NOT READY!" ]; then
- eerror "Looks like there was a probem loading the firmware for ${IFACE}"
+ eerror "Looks like there was a problem loading the firmware for ${IFACE}"
return 1
fi