Module: kamailio
Branch: master
Commit: f406d036af6abd7330b6b250bba04f2875f073d0
URL:
https://github.com/kamailio/kamailio/commit/f406d036af6abd7330b6b250bba04f2…
Author: liviu-rolo <82887358+liviu-rolo(a)users.noreply.github.com>
Committer: Henning Westerholt <hw(a)gilawa.com>
Date: 2022-04-19T12:06:58+02:00
fix typo
---
Modified: src/modules/xhttp/xhttp_mod.c
---
Diff:
https://github.com/kamailio/kamailio/commit/f406d036af6abd7330b6b250bba04f2…
Patch:
https://github.com/kamailio/kamailio/commit/f406d036af6abd7330b6b250bba04f2…
---
diff --git a/src/modules/xhttp/xhttp_mod.c b/src/modules/xhttp/xhttp_mod.c
index 1aec2763d9..31b2efb4d6 100644
--- a/src/modules/xhttp/xhttp_mod.c
+++ b/src/modules/xhttp/xhttp_mod.c
@@ -145,7 +145,7 @@ static int mod_init(void)
if(cfg_get(tcp, tcp_cfg, accept_no_cl)==0) {
LM_WARN("tcp_accept_no_cl not set - usually required"
- " to handle HTTP requests with no Content-Lenght\n");
+ " to handle HTTP requests with no Content-Length\n");
}
/* bind the SL API */