From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 28 May 2020 08:59:21 +0000 (+0200)
Subject: Fix typos
X-Git-Tag: v_3_0_29~410
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/static/introduction.html?a=commitdiff_plain;h=1197b9d2c922eef32bccb8411748d2d18f27a454;p=privoxy.git

Fix typos
---

diff --git a/cgiedit.c b/cgiedit.c
index 440e9be8..14886d45 100644
--- a/cgiedit.c
+++ b/cgiedit.c
@@ -1100,7 +1100,7 @@ jb_err edit_parse_actions_file(struct editable_file * file)
 
    /* alias_list contains the aliases defined in this file.
     * It might be better to use the "file_line.data" fields
-    * in the relavent places instead.
+    * in the relevant places instead.
     */
 
    cur_line = file->lines;
@@ -2750,7 +2750,7 @@ jb_err cgi_edit_actions_for_url(struct client_state *csp,
     * browsers (BR #1570678).
     *
     * The config option split-large-forms works around this browser
-    * bug (HTTP has no URL length limitation) by deviding the action
+    * bug (HTTP has no URL length limitation) by dividing the action
     * list form into multiple smaller ones. It means the URLs are shorter
     * and work in broken browsers as well, but the user can no longer change
     * all actions with one submit.