From dea66ab08a60bd782ac846b623655bb1fc1e2e5a Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 28 May 2020 11:00:43 +0200
Subject: [PATCH] Fix comment typos

---
 cgisimple.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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  :
-- 
2.49.0