at: fix more typos

This commit is contained in:
Arnaud Ferraris
2021-10-06 02:15:13 +02:00
parent bcdc839abb
commit 86978e18a6

View File

@@ -295,7 +295,7 @@ static gboolean modem_response(gint fd,
if (manager->at_callback != NULL)
manager->at_callback(manager, response);
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 */
else