diff options
author | Guido Günther <agx@sigxcpu.org> | 2025-03-11 22:47:35 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2025-03-11 23:15:57 +0100 |
commit | 68933455df82b2259c1a091232ded3334c87c551 (patch) | |
tree | fa451fa7ccc49526d238f0ed59a6d11875d11a62 /src/mm-port-serial-qcdm.c | |
parent | a19fd8588402161a8e0b7eb1a08ebf7ab17f73da (diff) |
treewide: Fix typos
Signed-off-by: Guido Günther <agx@sigxcpu.org>
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) { |