From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 26 Dec 2010 16:18:52 +0000 (+0000)
Subject: Fix spelling in a comment
X-Git-Tag: v_3_0_18~368
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/static/faq/static/@default-cgi@?a=commitdiff_plain;h=cf3a392e800fb9f901b62e342c676d4574d53803;p=privoxy.git

Fix spelling in a comment
---

diff --git a/actions.c b/actions.c
index d7212c6d..00b4bced 100644
--- a/actions.c
+++ b/actions.c
@@ -1,4 +1,4 @@
-const char actions_rcs[] = "$Id: actions.c,v 1.58 2009/05/16 13:27:20 fabiankeil Exp $";
+const char actions_rcs[] = "$Id: actions.c,v 1.59 2010/05/26 23:01:47 ler762 Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/actions.c,v $
@@ -1409,7 +1409,7 @@ static int load_one_actions_file(struct client_state *csp, int fileid)
       }
       else if (mode == MODE_ACTIONS)
       {
-         /* it's a URL pattern */
+         /* it's an URL pattern */
 
          /* allocate a new node */
          if ((perm = zalloc(sizeof(*perm))) == NULL)