From 5a9dbf81a2fdefff860657a9f131c50f9d0ce25f Mon Sep 17 00:00:00 2001 From: Thorsten Alteholz Date: Sun, 8 Apr 2018 19:13:25 +0200 Subject: fix spelling fix for some spelling issues found by lintian Signed-off-by: Thorsten Alteholz Change-Id: I69976ecae6939d9ff51bfe4ce7374890c6563b82 --- src/gsm/ipa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gsm') diff --git a/src/gsm/ipa.c b/src/gsm/ipa.c index e00e2d01..e03f6153 100644 --- a/src/gsm/ipa.c +++ b/src/gsm/ipa.c @@ -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; } -- cgit v1.2.3