diff options
Diffstat (limited to 'src/sim/card_fs_tetra.c')
-rw-r--r-- | src/sim/card_fs_tetra.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", |