aboutsummaryrefslogtreecommitdiff
path: root/src/mm-sim-qmi.c
diff options
context:
space:
mode:
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. */