diff options
author | Thorsten Alteholz <osmocom@alteholz.de> | 2018-04-08 19:13:25 +0200 |
---|---|---|
committer | Thorsten Alteholz <osmocom@alteholz.de> | 2018-04-08 19:13:25 +0200 |
commit | 5a9dbf81a2fdefff860657a9f131c50f9d0ce25f (patch) | |
tree | 9b5dac6594b72b18b10f4399251ec48ea5314afe /src/sim | |
parent | a829b45c8553765dfdd7201e1875a033a91d3a90 (diff) |
fix spelling
fix for some spelling issues found by lintian
Signed-off-by: Thorsten Alteholz <osmocom@alteholz.de>
Change-Id: I69976ecae6939d9ff51bfe4ce7374890c6563b82
Diffstat (limited to 'src/sim')
-rw-r--r-- | src/sim/card_fs_sim.c | 2 | ||||
-rw-r--r-- | src/sim/card_fs_tetra.c | 2 |
2 files changed, 2 insertions, 2 deletions
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", |