From a6e3b65bebf90f1cbcaed2e2c559153951478c21 Mon Sep 17 00:00:00 2001 From: Henning Westerholt Date: Sun, 24 Mar 2019 19:20:00 +0100 Subject: [PATCH] ims_registrar_scscf: small spelling fix: lenght -> length --- src/modules/ims_registrar_scscf/sip_msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/ims_registrar_scscf/sip_msg.c b/src/modules/ims_registrar_scscf/sip_msg.c index 031dc759cdb..e61a2204e4e 100644 --- a/src/modules/ims_registrar_scscf/sip_msg.c +++ b/src/modules/ims_registrar_scscf/sip_msg.c @@ -210,7 +210,7 @@ int check_contacts(struct sip_msg* _m, int* _s) { rerrno = R_STAR_CONT; return 1; } - /* check also the lenght of all contacts */ + /* check also the length of all contacts */ for (c = ((contact_body_t*) p->parsed)->contacts; c; c = c->next) { if (c->uri.len > CONTACT_MAX_SIZE