diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-07-18 10:26:45 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-07-18 10:26:45 +0200 |
commit | 1317a728dad7925f87de2101801889d1864ca12e (patch) | |
tree | bc72c0725c2ba14c76a50b8c1190df75e8af6b82 | |
parent | 1bd9935b5aece6c5999c96df1acec86cfc00e6b1 (diff) |
telit: fix minor typo
-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); |