From 76d6c6499506af62032e9fd6469d6fb1bca52bad Mon Sep 17 00:00:00 2001 From: liviu-rolo <82887358+liviu-rolo@users.noreply.github.com> Date: Mon, 18 Apr 2022 14:38:59 +0200 Subject: [PATCH] fix typo --- src/modules/xhttp/xhttp_mod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/xhttp/xhttp_mod.c b/src/modules/xhttp/xhttp_mod.c index 1aec2763d93..31b2efb4d6e 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 */