aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/altair/mm-modem-helpers-altair-lte.c2
-rw-r--r--plugins/telit/mm-modem-helpers-telit.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/altair/mm-modem-helpers-altair-lte.c b/plugins/altair/mm-modem-helpers-altair-lte.c
index ce652d1b..d5c038f1 100644
--- a/plugins/altair/mm-modem-helpers-altair-lte.c
+++ b/plugins/altair/mm-modem-helpers-altair-lte.c
@@ -77,7 +77,7 @@ mm_altair_parse_ceer_response (const gchar *response,
/* First accept an empty response as the no error case. Sometimes, the only
- * respone to the AT+CEER query is an OK.
+ * response to the AT+CEER query is an OK.
*/
if (g_strcmp0 ("", response) == 0) {
return g_strdup ("");
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;
}