diff options
-rw-r--r-- | plugins/telit/mm-broadband-modem-mbim-telit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/telit/mm-broadband-modem-mbim-telit.c b/plugins/telit/mm-broadband-modem-mbim-telit.c index 2869db46..828c2508 100644 --- a/plugins/telit/mm-broadband-modem-mbim-telit.c +++ b/plugins/telit/mm-broadband-modem-mbim-telit.c @@ -65,7 +65,7 @@ load_supported_modes_ready (MMIfaceModem *self, response = mm_base_modem_at_command_finish (MM_BASE_MODEM (self), res, &error); if (error) { - g_prefix_error (&error, "ceneric query of supported 3GPP networks with WS46=? failed: "); + g_prefix_error (&error, "generic query of supported 3GPP networks with WS46=? failed: "); g_task_return_error (task, error); g_object_unref (task); return; |