Use parentheses after function name in init_domain_components()'s description
authorFabian Keil <fk@fabiankeil.de>
Thu, 12 May 2022 11:21:53 +0000 (13:21 +0200)
committerFabian Keil <fk@fabiankeil.de>
Fri, 10 Jun 2022 09:43:39 +0000 (11:43 +0200)
urlmatch.c

index dc5d666..1e10c07 100644 (file)
@@ -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  :