mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-29 23:32:14 +02:00
src: fix typo
This commit is contained in:
2
src/at.c
2
src/at.c
@@ -282,7 +282,7 @@ static gboolean modem_response(gint fd,
|
|||||||
else if (strstr(response, "ERROR") && !strstr(response, "fast/poweroff"))
|
else if (strstr(response, "ERROR") && !strstr(response, "fast/poweroff"))
|
||||||
retry_at_command(manager);
|
retry_at_command(manager);
|
||||||
/*
|
/*
|
||||||
* Successfull AT responses contain 'OK', except for AT+QFUPL which also
|
* Successful AT responses contain 'OK', except for AT+QFUPL which also
|
||||||
* returns 'CONNECT' when the modem is ready to receive data over serial
|
* returns 'CONNECT' when the modem is ready to receive data over serial
|
||||||
*/
|
*/
|
||||||
else if (strstr(response, "OK") || strstr(response, "CONNECT")) {
|
else if (strstr(response, "OK") || strstr(response, "CONNECT")) {
|
||||||
|
@@ -249,7 +249,7 @@ static void fetch_assistance_data(struct EG25Manager *manager)
|
|||||||
goto bail;
|
goto bail;
|
||||||
}
|
}
|
||||||
|
|
||||||
g_message("Fetching GNSS assistance data from %s was successfull", url);
|
g_message("Fetching GNSS assistance data from %s was successful", url);
|
||||||
|
|
||||||
fflush(tmp_file);
|
fflush(tmp_file);
|
||||||
curl_easy_cleanup(curl);
|
curl_easy_cleanup(curl);
|
||||||
|
Reference in New Issue
Block a user