aboutsummaryrefslogtreecommitdiff
path: root/plugins/telit/mm-modem-helpers-telit.c
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2018-01-24 20:16:44 +0200
committerAleksander Morgado <aleksander@aleksander.es>2018-01-25 09:52:12 +0100
commit90b89bb9f4d055bc5713b733503e7d39c54ca55f (patch)
treeb01673e24038a1dd8e7e24be79cec049e344a809 /plugins/telit/mm-modem-helpers-telit.c
parent223b754fccba28dbb3ce950058a81bd133c8ce86 (diff)
*: Spelling fixes
Diffstat (limited to 'plugins/telit/mm-modem-helpers-telit.c')
-rw-r--r--plugins/telit/mm-modem-helpers-telit.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/telit/mm-modem-helpers-telit.c b/plugins/telit/mm-modem-helpers-telit.c
index e48c2e31..4bf52830 100644
--- a/plugins/telit/mm-modem-helpers-telit.c
+++ b/plugins/telit/mm-modem-helpers-telit.c
@@ -142,7 +142,7 @@ mm_telit_get_band_flag (GArray *bands_array,
* AT#BND=?
* #BND: <2G band flags range>,<3G band flags range>[, <4G band flags range>]
*
- * where "band flags" is a list of numbers definining the supported bands.
+ * where "band flags" is a list of numbers defining the supported bands.
* Note that the one Telit band flag may represent more than one MM band.
*
* e.g.
@@ -176,7 +176,7 @@ mm_telit_get_band_flag (GArray *bands_array,
* AT#BND?
* #BND: <2G band flags>,<3G band flags>[, <4G band flags>]
*
- * where "band flags" is a number definining the current bands.
+ * where "band flags" is a number defining the current bands.
* Note that the one Telit band flag may represent more than one MM band.
*
* e.g.
@@ -216,7 +216,7 @@ mm_telit_parse_bnd_response (const gchar *response,
if (!g_regex_match (r, response, 0, &match_info)) {
g_set_error (error, MM_CORE_ERROR, MM_CORE_ERROR_FAILED,
- "Could not parse reponse '%s'", response);
+ "Could not parse response '%s'", response);
goto end;
}