Module: kamailio Branch: master Commit: a6e3b65bebf90f1cbcaed2e2c559153951478c21 URL: https://github.com/kamailio/kamailio/commit/a6e3b65bebf90f1cbcaed2e2c5591539...
Author: Henning Westerholt hw@kamailio.org Committer: Henning Westerholt hw@kamailio.org Date: 2019-03-24T19:20:00+01:00
ims_registrar_scscf: small spelling fix: lenght -> length
---
Modified: src/modules/ims_registrar_scscf/sip_msg.c
---
Diff: https://github.com/kamailio/kamailio/commit/a6e3b65bebf90f1cbcaed2e2c5591539... Patch: https://github.com/kamailio/kamailio/commit/a6e3b65bebf90f1cbcaed2e2c5591539...
---
diff --git a/src/modules/ims_registrar_scscf/sip_msg.c b/src/modules/ims_registrar_scscf/sip_msg.c index 031dc759cd..e61a2204e4 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