diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2018-01-24 20:16:44 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2018-01-25 09:52:12 +0100 |
commit | 90b89bb9f4d055bc5713b733503e7d39c54ca55f (patch) | |
tree | b01673e24038a1dd8e7e24be79cec049e344a809 /src/mm-modem-helpers.c | |
parent | 223b754fccba28dbb3ce950058a81bd133c8ce86 (diff) |
*: Spelling fixes
Diffstat (limited to 'src/mm-modem-helpers.c')
-rw-r--r-- | src/mm-modem-helpers.c | 4 |
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); } |