File tree 1 file changed +2
-2
lines changed
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
108
108
debugMessage (" Disconnected from Cellular Network" , 0 );
109
109
debugMessage (" Attempting reconnection" , 0 );
110
110
}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 );
112
112
}
113
113
newInterval = CHECK_INTERVAL_DISCONNECTED;
114
114
break ;
@@ -152,7 +152,7 @@ void GSMConnectionManager::check() {
152
152
debugMessage (msgBuffer, 2 );
153
153
return ;
154
154
} else {
155
- sprintf (msgBuffer, " Connected to GPRS netowrk " );
155
+ sprintf (msgBuffer, " Connected to GPRS Network " );
156
156
debugMessage (msgBuffer, 2 );
157
157
changeConnectionState (CONNECTION_STATE_GETTIME);
158
158
return ;
You can’t perform that action at this time.
0 commit comments