From 7046b14fa36495790d3ad42e336b5b2a26fbca34 Mon Sep 17 00:00:00 2001 From: Jorge Vallecillo Date: Thu, 1 Oct 2020 20:44:27 -0600 Subject: [PATCH] Fix typo on ims_qos module: Consecutives 'the' --- src/modules/ims_qos/rx_aar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/ims_qos/rx_aar.c b/src/modules/ims_qos/rx_aar.c index b1e8df51b85..d9f242f43b8 100644 --- a/src/modules/ims_qos/rx_aar.c +++ b/src/modules/ims_qos/rx_aar.c @@ -276,7 +276,7 @@ void async_aar_reg_callback(int is_timeout, void *param, AAAMessage *aaa, long e if (cdp_result >= 2000 && cdp_result < 3000) { counter_inc(ims_qos_cnts_h.successful_registration_aars); if (is_rereg) { - LM_DBG("this is a re-registration, therefore we don't need to do anything except know that the the subscription was successful\n"); + LM_DBG("this is a re-registration, therefore we don't need to do anything except know that the subscription was successful\n"); result = CSCF_RETURN_TRUE; create_return_code(result); goto done;