From: Fabian Keil <fk@fabiankeil.de>
Date: Wed, 8 Mar 2017 13:21:52 +0000 (+0000)
Subject: Fix spelling in a comment added in r1.173
X-Git-Tag: v_3_0_27~188
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/developer-manual/diff?a=commitdiff_plain;h=2036b456638847de2ce57eb1a7d4b772cc01c917;p=privoxy.git

Fix spelling in a comment added in r1.173
---

diff --git a/cgi.c b/cgi.c
index dedef2f6..8a4eea0c 100644
--- a/cgi.c
+++ b/cgi.c
@@ -1,4 +1,4 @@
-const char cgi_rcs[] = "$Id: cgi.c,v 1.172 2017/03/08 13:10:33 fabiankeil Exp $";
+const char cgi_rcs[] = "$Id: cgi.c,v 1.173 2017/03/08 13:16:26 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/cgi.c,v $
@@ -98,7 +98,7 @@ static const struct cgi_dispatcher cgi_dispatchers[] = {
          TRUE },
    { "show-version",
          cgi_show_version,
-          NULL, /* Not considered important enought to include in the menu */
+          NULL, /* Not considered important enough to include in the menu */
           TRUE },
 #ifdef FEATURE_CLIENT_TAGS
    /*