diff options
author | Dan Williams <dan@ioncontrol.co> | 2025-03-12 00:52:49 +0000 |
---|---|---|
committer | Dan Williams <dan@ioncontrol.co> | 2025-03-12 00:52:49 +0000 |
commit | e95336d106c9678433147307f80abe8810ae59bd (patch) | |
tree | fa451fa7ccc49526d238f0ed59a6d11875d11a62 /libqcdm/src/commands.c | |
parent | a19fd8588402161a8e0b7eb1a08ebf7ab17f73da (diff) | |
parent | 68933455df82b2259c1a091232ded3334c87c551 (diff) |
Merge request !1316 from 'typos'
treewide: Fix typos
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/1316
Diffstat (limited to 'libqcdm/src/commands.c')
-rw-r--r-- | libqcdm/src/commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libqcdm/src/commands.c b/libqcdm/src/commands.c index cd21281c..b78c26b7 100644 --- a/libqcdm/src/commands.c +++ b/libqcdm/src/commands.c @@ -1776,7 +1776,7 @@ static int check_log_config_respose (const char *buf, size_t len, uint32_t op) { DMCmdLogConfigRsp *rsp = (DMCmdLogConfigRsp *) buf; - size_t minlen = 16; /* minimum valid resposne */ + size_t minlen = 16; /* minimum valid response */ int err; /* Ensure size is at least enough for the command header */ |