aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-07-18 10:26:45 +0200
committerAleksander Morgado <aleksander@aleksander.es>2017-07-18 10:26:45 +0200
commit1317a728dad7925f87de2101801889d1864ca12e (patch)
treebc72c0725c2ba14c76a50b8c1190df75e8af6b82
parent1bd9935b5aece6c5999c96df1acec86cfc00e6b1 (diff)
telit: fix minor typo
-rw-r--r--plugins/telit/mm-broadband-modem-telit.c2
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);