[sr-dev] git:master:f406d036: fix typo
Henning Westerholt
hw at gilawa.com
Tue Apr 19 12:07:04 CEST 2022
Module: kamailio
Branch: master
Commit: f406d036af6abd7330b6b250bba04f2875f073d0
URL: https://github.com/kamailio/kamailio/commit/f406d036af6abd7330b6b250bba04f2875f073d0
Author: liviu-rolo <82887358+liviu-rolo at users.noreply.github.com>
Committer: Henning Westerholt <hw at 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/f406d036af6abd7330b6b250bba04f2875f073d0.diff
Patch: https://github.com/kamailio/kamailio/commit/f406d036af6abd7330b6b250bba04f2875f073d0.patch
---
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 */
More information about the sr-dev
mailing list