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 /plugins/altair | |
parent | 223b754fccba28dbb3ce950058a81bd133c8ce86 (diff) |
*: Spelling fixes
Diffstat (limited to 'plugins/altair')
-rw-r--r-- | plugins/altair/mm-modem-helpers-altair-lte.c | 2 |
1 files changed, 1 insertions, 1 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 (""); |