diff options
Diffstat (limited to 'plugins/telit/mm-modem-helpers-telit.c')
-rw-r--r-- | plugins/telit/mm-modem-helpers-telit.c | 6 |
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; } |