diff --git a/gtp/gtp.c b/gtp/gtp.c index 672c5f0..2544555 100644 --- a/gtp/gtp.c +++ b/gtp/gtp.c @@ -405,7 +405,7 @@ static int queue_timer_retrans(struct gsn_t *gsn) * element has expired */ while ((!queue_getfirst(gsn->queue_req, &qmsg)) && (qmsg->timeout <= now)) { - if (qmsg->retrans > N3_REQUESTS) { /* To many retrans */ + if (qmsg->retrans > N3_REQUESTS) { /* Too many retrans */ LOGP(DLGTP, LOGL_NOTICE, "Retransmit req queue timeout of seq %" PRIu16 "\n", qmsg->seq); if (gsn->cb_conf)