fix spelling

fix for some spelling issues found by lintian

Signed-off-by: Thorsten Alteholz <osmocom@alteholz.de>
Change-Id: I69976ecae6939d9ff51bfe4ce7374890c6563b82
This commit is contained in:
Thorsten Alteholz 2018-04-08 19:13:25 +02:00
parent a829b45c85
commit 5a9dbf81a2
3 changed files with 3 additions and 3 deletions

View File

@ -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;
}

View File

@ -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",

View File

@ -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",