fix spelling

fix for some spelling issues found by lintian

Signed-off-by: Thorsten Alteholz <osmocom@alteholz.de>
Change-Id: I69976ecae6939d9ff51bfe4ce7374890c6563b82
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;
 		}