From 1197b9d2c922eef32bccb8411748d2d18f27a454 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 28 May 2020 10:59:21 +0200 Subject: [PATCH] Fix typos --- cgiedit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.2