X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=urlmatch.c;h=1e10c077440b95c31559835f96531e23c20c9afe;hb=163568b31161e769f5d23d1a6ced3f6bab39ee96;hp=750cd242a1da3ae45d329d49d7ea7bd7e3490aad;hpb=813fe6f4994413f1feeb4f0a263868e7fa442858;p=privoxy.git diff --git a/urlmatch.c b/urlmatch.c index 750cd242..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 : @@ -245,7 +245,7 @@ jb_err parse_http_url(const char *url, struct http_request *http, int require_pr /* - * Split URL into protocol,hostport,path. + * Split URL into protocol, hostport, path. */ { char *buf;