aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gsm/ipa.c2
-rw-r--r--src/sim/card_fs_sim.c2
-rw-r--r--src/sim/card_fs_tetra.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/gsm/ipa.c b/src/gsm/ipa.c
index e00e2d01..e03f6153 100644
--- a/src/gsm/ipa.c
+++ b/src/gsm/ipa.c
@@ -321,7 +321,7 @@ struct msgb *ipa_ccm_make_id_resp_from_req(const struct ipaccess_unit *dev,
t_tag = *cur++;
if (t_len > len + 1) {
- LOGP(DLINP, LOGL_ERROR, "IPA CCM tage 0x%02x does not fit\n", t_tag);
+ LOGP(DLINP, LOGL_ERROR, "IPA CCM tag 0x%02x does not fit\n", t_tag);
break;
}
diff --git a/src/sim/card_fs_sim.c b/src/sim/card_fs_sim.c
index 8c819a4f..3f541f7b 100644
--- a/src/sim/card_fs_sim.c
+++ b/src/sim/card_fs_sim.c
@@ -51,7 +51,7 @@ static const struct osim_card_sw ts11_11_sw[] = {
.u.str = "SIM Application Toolkit is busy, command cannot be executed at present",
}, {
0x9200, 0xfff0, SW_TYPE_STR, SW_CLS_WARN,
- .u.str = "Memory management - Command successful but after using an internal updat retry X times",
+ .u.str = "Memory management - Command successful but after using an internal update retry X times",
}, {
0x9240, 0xffff, SW_TYPE_STR, SW_CLS_ERROR,
.u.str = "Memory management - Memory problem",
diff --git a/src/sim/card_fs_tetra.c b/src/sim/card_fs_tetra.c
index 7bf02796..12853a52 100644
--- a/src/sim/card_fs_tetra.c
+++ b/src/sim/card_fs_tetra.c
@@ -46,7 +46,7 @@ static const struct osim_card_sw tsim_sw[] = {
.u.str = "SIM Application Toolkit is busy, command cannot be executed at present",
}, {
0x9200, 0xfff0, SW_TYPE_STR, SW_CLS_WARN,
- .u.str = "Memory management - Command successful but after using an internal updat retry X times",
+ .u.str = "Memory management - Command successful but after using an internal update retry X times",
}, {
0x9240, 0xffff, SW_TYPE_STR, SW_CLS_ERROR,
.u.str = "Memory management - Memory problem",