[PATCH] libosmocore[master]: fix spelling

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Thorsten Alteholz gerrit-no-reply at lists.osmocom.org
Sun Apr 8 17:16:57 UTC 2018


Review at  https://gerrit.osmocom.org/7670

fix spelling

fix for some spelling issues found by lintian

Signed-off-by: Thorsten Alteholz <osmocom at alteholz.de>
Change-Id: I69976ecae6939d9ff51bfe4ce7374890c6563b82
---
M src/gsm/ipa.c
M src/sim/card_fs_sim.c
M src/sim/card_fs_tetra.c
3 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/70/7670/1

diff --git a/src/gsm/ipa.c b/src/gsm/ipa.c
index e00e2d0..e03f615 100644
--- a/src/gsm/ipa.c
+++ b/src/gsm/ipa.c
@@ -321,7 +321,7 @@
 		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 8c819a4..3f541f7 100644
--- a/src/sim/card_fs_sim.c
+++ b/src/sim/card_fs_sim.c
@@ -51,7 +51,7 @@
 		.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 7bf0279..12853a5 100644
--- a/src/sim/card_fs_tetra.c
+++ b/src/sim/card_fs_tetra.c
@@ -46,7 +46,7 @@
 		.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",

-- 
To view, visit https://gerrit.osmocom.org/7670
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I69976ecae6939d9ff51bfe4ce7374890c6563b82
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Thorsten Alteholz <osmocom at alteholz.de>



More information about the gerrit-log mailing list