diff options
-rw-r--r-- | plugins/telit/mm-broadband-modem-telit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/telit/mm-broadband-modem-telit.c b/plugins/telit/mm-broadband-modem-telit.c index 513d75bc..fa8e68e8 100644 --- a/plugins/telit/mm-broadband-modem-telit.c +++ b/plugins/telit/mm-broadband-modem-telit.c @@ -411,7 +411,7 @@ modem_set_current_bands (MMIfaceModem *self, user_data, MM_CORE_ERROR, MM_CORE_ERROR_FAILED, - "Unexpectd error: could not compose AT#BND command"); + "Unexpected error: could not compose AT#BND command"); return; } task = g_task_new (self, NULL, callback, user_data); |