X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgiedit.c;h=14886d45301ce38356db9a6415a947adf6512b8c;hp=440e9be8753c83219f295be4c385351eb29229c0;hb=6cf41422b99349e14b58d20b5b845ee2d4e578b8;hpb=df17ed9c252e355c27977d0aa141cc60a4ac22a7 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.