[sr-dev] git:master:a6e3b65b: ims_registrar_scscf: small spelling fix: lenght -> length

Henning Westerholt hw at kamailio.org
Sun Mar 24 19:21:17 CET 2019


Module: kamailio
Branch: master
Commit: a6e3b65bebf90f1cbcaed2e2c559153951478c21
URL: https://github.com/kamailio/kamailio/commit/a6e3b65bebf90f1cbcaed2e2c559153951478c21

Author: Henning Westerholt <hw at kamailio.org>
Committer: Henning Westerholt <hw at 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/a6e3b65bebf90f1cbcaed2e2c559153951478c21.diff
Patch: https://github.com/kamailio/kamailio/commit/a6e3b65bebf90f1cbcaed2e2c559153951478c21.patch

---

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




More information about the sr-dev mailing list