From 48b3424d79e572500d5061f418186bd0850dec78 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 12 May 2022 13:21:53 +0200 Subject: [PATCH] Use parentheses after function name in init_domain_components()'s description --- urlmatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urlmatch.c b/urlmatch.c index dc5d666a..1e10c077 100644 --- a/urlmatch.c +++ b/urlmatch.c @@ -105,7 +105,7 @@ void free_http_request(struct http_request *http) * Description : Splits the domain name so we can compare it * against wildcards. It used to be part of * parse_http_url, but was separated because the - * same code is required in chat in case of + * same code is required in chat() in case of * intercepted requests. * * Parameters : -- 2.39.2