summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-07-24 19:02:28 +0000
committerRoy Marples <roy@marples.name>2008-07-24 19:02:28 +0000
commit46a74f244e60e30b90f2869b586a27a4405c91cc (patch)
tree4c2f9621a3c2655844ccb1a65d937840803b7635 /net
parentc67233f15cfc0cc246111775d48c99eaa78e6c0f (diff)
downloadopenrc-46a74f244e60e30b90f2869b586a27a4405c91cc.tar.gz
openrc-46a74f244e60e30b90f2869b586a27a4405c91cc.tar.bz2
openrc-46a74f244e60e30b90f2869b586a27a4405c91cc.tar.xz
Typo
Diffstat (limited to 'net')
-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