From e1a8136fdad06bce8bedaca58ad38e0e8d8b1c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Mon, 12 Dec 2022 20:55:37 +0200 Subject: [PATCH] ims_isc: typos a/an --- src/modules/ims_isc/checker.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/ims_isc/checker.c b/src/modules/ims_isc/checker.c index de325687c02..3e17333dbdf 100644 --- a/src/modules/ims_isc/checker.c +++ b/src/modules/ims_isc/checker.c @@ -452,7 +452,7 @@ isc_match* isc_checker_find(str uri, char direction, int skip, LM_DBG("isc_checker_find(): got a r_public for the user %.*s\n", uri.len, uri.s); if (!p->s) { - LM_DBG("isc_checker_find() : got an user without a subscription\n"); + LM_DBG("isc_checker_find() : got a user without a subscription\n"); //need to free the record somewhere //isc_ulb.release_impurecord(p); //need to do an unlock on the domain somewhere @@ -557,7 +557,7 @@ isc_match* isc_checker_find(str uri, char direction, int skip, } /** - * Free up all memory taken by a isc_match. + * Free up all memory taken by an isc_match. * @param m - match to deallocate */ void isc_free_match(isc_match *m) {