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-base-modem-at.h | |
parent | a19fd8588402161a8e0b7eb1a08ebf7ab17f73da (diff) |
treewide: Fix typos
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'src/mm-base-modem-at.h')
-rw-r--r-- | src/mm-base-modem-at.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-base-modem-at.h b/src/mm-base-modem-at.h index ef15cd94..1813b054 100644 --- a/src/mm-base-modem-at.h +++ b/src/mm-base-modem-at.h @@ -164,7 +164,7 @@ MMBaseModemAtResponseProcessorResult mm_base_modem_response_processor_continue_o GError **result_error); /* - * Response processor for commands that are partialy treated as OPTIONAL, where + * Response processor for commands that are partially treated as OPTIONAL, where * a failure in the command triggers a failure in the sequence only for non-AT * generic errors. If successful, it finishes the sequence with the response of * the command which didn't fail. |