From 830138329e93b583c82fcb6930876f614c294021 Mon Sep 17 00:00:00 2001
From: Olivier Blin <oblin@mandriva.com>
Date: Thu, 15 May 2008 16:53:12 +0000
Subject: fix typo

---
 lib/network/connection/cellular_card.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lib')

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;
-- 
cgit v1.2.1