From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 28 May 2020 09:00:43 +0000 (+0200)
Subject: Fix comment typos
X-Git-Tag: v_3_0_29~409
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/quickstart.html?a=commitdiff_plain;h=dea66ab08a60bd782ac846b623655bb1fc1e2e5a;p=privoxy.git

Fix comment typos
---

diff --git a/cgisimple.c b/cgisimple.c
index 0148120a..3029f14b 100644
--- a/cgisimple.c
+++ b/cgisimple.c
@@ -1365,7 +1365,7 @@ jb_err cgi_show_url_info(struct client_state *csp,
 
    if (url_param[0] == '\0')
    {
-      /* URL paramater not specified, display query form only. */
+      /* URL parameter not specified, display query form only. */
       free(url_param);
       if (map_block_killer(exports, "url-given")
         || map(exports, "url", 1, "", 1))
@@ -1714,7 +1714,7 @@ jb_err cgi_robots_txt(struct client_state *csp,
  *
  * Function    :  show_defines
  *
- * Description :  Add to a map the state od all conditional #defines
+ * Description :  Add to a map the state of all conditional #defines
  *                used when building
  *
  * Parameters  :