From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 31 Dec 2011 14:53:18 +0000 (+0000)
Subject: Remove a duplicated dot in a comment
X-Git-Tag: v_3_0_20~422
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@edit-actions-list?a=commitdiff_plain;h=5219cee4e7d99b4c26fc75a0b08ca1feb2f86da1;p=privoxy.git

Remove a duplicated dot in a comment
---

diff --git a/urlmatch.c b/urlmatch.c
index 6cf92b56..65ae8a17 100644
--- a/urlmatch.c
+++ b/urlmatch.c
@@ -1,4 +1,4 @@
-const char urlmatch_rcs[] = "$Id: urlmatch.c,v 1.64 2011/11/06 11:41:05 fabiankeil Exp $";
+const char urlmatch_rcs[] = "$Id: urlmatch.c,v 1.65 2011/11/06 11:41:34 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/urlmatch.c,v $
@@ -775,7 +775,7 @@ static jb_err compile_url_pattern(struct url_spec *url, char *buf)
  *
  * Function    :  compile_host_pattern
  *
- * Description :  Parses and compiles a host pattern..
+ * Description :  Parses and compiles a host pattern.
  *
  * Parameters  :
  *          1  :  url = Target url_spec to be filled in.