aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-helpers.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 /src/mm-modem-helpers.c
parent223b754fccba28dbb3ce950058a81bd133c8ce86 (diff)
*: Spelling fixes
Diffstat (limited to 'src/mm-modem-helpers.c')
-rw-r--r--src/mm-modem-helpers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-modem-helpers.c b/src/mm-modem-helpers.c
index 111cc38e..48cd1e16 100644
--- a/src/mm-modem-helpers.c
+++ b/src/mm-modem-helpers.c
@@ -2668,7 +2668,7 @@ mm_3gpp_parse_cpms_query_response (const gchar *reply,
if (!g_regex_match (r, reply, 0, &match_info)) {
g_set_error (error, MM_CORE_ERROR, MM_CORE_ERROR_FAILED,
- "Could not parse CPMS query reponse '%s'", reply);
+ "Could not parse CPMS query response '%s'", reply);
goto end;
}
@@ -4005,7 +4005,7 @@ mm_cdma_get_index_from_rm_protocol (MMModemCdmaRmProtocol protocol,
return 0;
}
- /* just substracting 1 from the enum value should give us the index */
+ /* just subtracting 1 from the enum value should give us the index */
return (protocol - 1);
}