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 */