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

Author: Henning Westerholt <[email protected]>
Committer: Henning Westerholt <[email protected]>
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


_______________________________________________
Kamailio (SER) - Development Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to