mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-29 15:22:20 +02:00
at: fix more typos
This commit is contained in:
2
src/at.c
2
src/at.c
@@ -295,7 +295,7 @@ static gboolean modem_response(gint fd,
|
|||||||
if (manager->at_callback != NULL)
|
if (manager->at_callback != NULL)
|
||||||
manager->at_callback(manager, response);
|
manager->at_callback(manager, response);
|
||||||
else
|
else
|
||||||
g_warning("AT command succesfull but no callback registered");
|
g_warning("AT command successful but no callback registered");
|
||||||
}
|
}
|
||||||
/* Not a recognized response, try running next command, just in case */
|
/* Not a recognized response, try running next command, just in case */
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user