Module: kamailio
Branch: master
Commit: d07ea5efce08576b75e0afc125d67650e76c03f3
URL:
https://github.com/kamailio/kamailio/commit/d07ea5efce08576b75e0afc125d6765…
Author: Henning Westerholt <hw(a)kamailio.org>
Committer: Henning Westerholt <hw(a)kamailio.org>
Date: 2019-03-24T19:19:50+01:00
dialog: small spelling fix: lenght -> length
---
Modified: src/modules/dialog/dlg_cseq.c
---
Diff:
https://github.com/kamailio/kamailio/commit/d07ea5efce08576b75e0afc125d6765…
Patch:
https://github.com/kamailio/kamailio/commit/d07ea5efce08576b75e0afc125d6765…
---
diff --git a/src/modules/dialog/dlg_cseq.c b/src/modules/dialog/dlg_cseq.c
index b97e8f7123..8986d0aaa6 100644
--- a/src/modules/dialog/dlg_cseq.c
+++ b/src/modules/dialog/dlg_cseq.c
@@ -323,7 +323,7 @@ int dlg_cseq_msg_received(sr_event_param_t *evp)
LM_DBG("via cseq cookie [%.*s] val [%.*s]\n", vcseq.len, vcseq.s,
vcseq.len-3, vcseq.s+3);
if(vcseq.len-3>get_cseq(&msg)->number.len) {
- /* higher lenght to update - wrong */
+ /* higher length to update - wrong */
LM_DBG("cseq in message (%d) shorter than in via (%d)\n",
get_cseq(&msg)->number.len, vcseq.len-3);
goto done;