diff options
author | Roy Marples <roy@marples.name> | 2008-07-24 19:02:28 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-07-24 19:02:28 +0000 |
commit | 46a74f244e60e30b90f2869b586a27a4405c91cc (patch) | |
tree | 4c2f9621a3c2655844ccb1a65d937840803b7635 /net | |
parent | c67233f15cfc0cc246111775d48c99eaa78e6c0f (diff) |
Typo
Diffstat (limited to 'net')
-rw-r--r-- | net/iwconfig.sh.Linux.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/iwconfig.sh.Linux.in b/net/iwconfig.sh.Linux.in index ea7cfd6e..cf88b6f2 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 |