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