aboutsummaryrefslogtreecommitdiff
path: root/netcfg
diff options
context:
space:
mode:
authorTobias Powalowski <tpowa@archlinux.org>2007-10-18 14:27:56 +0000
committerTobias Powalowski <tpowa@archlinux.org>2007-10-18 14:27:56 +0000
commita7c1404def678e27e0ac808397f46f81a1d2c8d4 (patch)
treed9b7e5b5ea69e3362d285fb8b0602b542249833a /netcfg
parentfa4866f0adce9c3e0bfc09fb878eebb99797c338 (diff)
downloadinitscripts-a7c1404def678e27e0ac808397f46f81a1d2c8d4.tar.xz
'upgpkg: fixed utf typo'
Diffstat (limited to 'netcfg')
-rwxr-xr-xnetcfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/netcfg b/netcfg
index 6e10639..b755e52 100755
--- a/netcfg
+++ b/netcfg
@@ -131,7 +131,7 @@ start_profile()
[ "$WPAOPTS" ] || WPAOPTS="-Dwext"
wpa_supplicant -wB -i ${WIFI_INTERFACE} -c ${WPA_CONF} $WPAOPTS
- # I don�t know how we could determine if wpa_supplicant is ready
+ # I don't know how we could determine if wpa_supplicant is ready
sleep 2
let i=0
while ! wpa_cli status | grep "wpa_state=COMPLETED" >/dev/null 2>&1; do