diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-05-15 16:53:12 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-05-15 16:53:12 +0000 |
commit | 830138329e93b583c82fcb6930876f614c294021 (patch) | |
tree | 38c07ab913826a88f5daae317e36a100bd4ecd94 /lib/network/connection | |
parent | 4b1e824fb596fcf6154104b6601ae36e3d06733a (diff) | |
download | drakx-net-830138329e93b583c82fcb6930876f614c294021.tar drakx-net-830138329e93b583c82fcb6930876f614c294021.tar.gz drakx-net-830138329e93b583c82fcb6930876f614c294021.tar.bz2 drakx-net-830138329e93b583c82fcb6930876f614c294021.tar.xz drakx-net-830138329e93b583c82fcb6930876f614c294021.zip |
fix typo
Diffstat (limited to 'lib/network/connection')
-rw-r--r-- | lib/network/connection/cellular_card.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/cellular_card.pm b/lib/network/connection/cellular_card.pm index 084ff35..3e50bba 100644 --- a/lib/network/connection/cellular_card.pm +++ b/lib/network/connection/cellular_card.pm @@ -192,7 +192,7 @@ sub check_hardware { Entering the wrong PIN code multiple times may lock your SIM card!"); last; } elsif (/^Waiting for Registration/m) { - #- the card seems to be resetted if comgt is killed right here, wait a bit + #- the card seems to be reset if comgt is killed right here, wait a bit sleep 1; #- don't wait the full scan $device_ready = 1; |