[Privoxy-commits] [privoxy] 03/05: Use parentheses after function name in init_domain_components()'s description

User Git git at git.privoxy.org
Fri Jun 10 09:41:47 UTC 2022


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 48b3424d79e572500d5061f418186bd0850dec78
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu May 12 13:21:53 2022 +0200

    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  :

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list