From: Fabian Keil Date: Tue, 24 Nov 2020 16:24:45 +0000 (+0100) Subject: Fix comment typo X-Git-Tag: v_3_0_29~12 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=58960e5c83da04eccee05a50d066a91ac27c1a2a;hp=342479d7395350e0eb57cb275c80f299b6d60b20 Fix comment typo --- diff --git a/actions.c b/actions.c index 087f59db..775350af 100644 --- a/actions.c +++ b/actions.c @@ -1832,7 +1832,7 @@ char * actions_to_html(const struct client_state *csp, * * Function : current_actions_to_html * - * Description : Converts a curren action spec to a
separated HTML + * Description : Converts a current action spec to a
separated HTML * text in which each action is linked to its chapter in * the user manual. *