File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ void GSMConnectionManager::changeConnectionState(NetworkConnectionState _newStat
108108 debugMessage (" Disconnected from Cellular Network" , 0 );
109109 debugMessage (" Attempting reconnection" , 0 );
110110 }else if (netConnectionState == CONNECTION_STATE_GETTIME){
111- debugMessage (" Connection to Cellular Network lost during Network Time acquisition.\n Attempting reconnection" , 0 );
111+ debugMessage (" Connection to Cellular Network lost during Time acquisition.\n Attempting reconnection" , 0 );
112112 }
113113 newInterval = CHECK_INTERVAL_DISCONNECTED;
114114 break ;
@@ -152,7 +152,7 @@ void GSMConnectionManager::check() {
152152 debugMessage (msgBuffer, 2 );
153153 return ;
154154 } else {
155- sprintf (msgBuffer, " Connected to GPRS netowrk " );
155+ sprintf (msgBuffer, " Connected to GPRS Network " );
156156 debugMessage (msgBuffer, 2 );
157157 changeConnectionState (CONNECTION_STATE_GETTIME);
158158 return ;
You can’t perform that action at this time.
0 commit comments