From: Fabian Keil <fk@fabiankeil.de>
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/%22https:/developer-manual/man-page/user-manual/static/gitweb.js?a=commitdiff_plain;h=58960e5c83da04eccee05a50d066a91ac27c1a2a;p=privoxy.git

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 <br> separated HTML
+ * Description :  Converts a current action spec to a <br> separated HTML
  *                text in which each action is linked to its chapter in
  *                the user manual.
  *