diff options
Diffstat (limited to 'src/mm-port-serial-qcdm.c')
-rw-r--r-- | src/mm-port-serial-qcdm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-port-serial-qcdm.c b/src/mm-port-serial-qcdm.c index 080f639f..06656d40 100644 --- a/src/mm-port-serial-qcdm.c +++ b/src/mm-port-serial-qcdm.c @@ -89,7 +89,7 @@ parse_qcdm (GByteArray *response, /* Get the offset into the buffer of where the QCDM frame starts */ if (!find_qcdm_start (response, &start)) { /* As a special case detect \r\nNO CARRIER\r\n which happens when a port - * is in PPP mode and QCDM attemps to send QCDM requests. The modem will + * is in PPP mode and QCDM attempts to send QCDM requests. The modem will * often terminate PPP when it receives the bogus frame. */ if (response->len >= sizeof (no_carrier) && memcmp (response->data, no_carrier, sizeof (no_carrier)) == 0) { |