aboutsummaryrefslogtreecommitdiff
path: root/src/mm-sim-qmi.c
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2025-03-11 22:47:35 +0100
committerGuido Günther <agx@sigxcpu.org>2025-03-11 23:15:57 +0100
commit68933455df82b2259c1a091232ded3334c87c551 (patch)
treefa451fa7ccc49526d238f0ed59a6d11875d11a62 /src/mm-sim-qmi.c
parenta19fd8588402161a8e0b7eb1a08ebf7ab17f73da (diff)
treewide: Fix typos
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'src/mm-sim-qmi.c')
-rw-r--r--src/mm-sim-qmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-sim-qmi.c b/src/mm-sim-qmi.c
index e408ab7e..0ac3b6eb 100644
--- a/src/mm-sim-qmi.c
+++ b/src/mm-sim-qmi.c
@@ -469,7 +469,7 @@ uim_get_imsi_ready (QmiClientUim *client,
MM_CORE_ERROR_FAILED,
"IMSI is malformed");
else {
- /* EFimsi contains a length byte, follwed by a nibble for parity,
+ /* EFimsi contains a length byte, followed by a nibble for parity,
* and then followed by the actual IMSI in BCD. After converting
* the BCD into a decimal string, we simply skip the first 3
* decimal digits to obtain the IMSI. */