From 46fa3f3e2673810fadfdcb3b6bf5b342a27f1b1d Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 13 Sep 2020 14:11:02 +0200 Subject: [PATCH] Add a missing apostroph in the 'More Privoxy' menu --- cgi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi.c b/cgi.c index 0241ebf6..75182199 100644 --- a/cgi.c +++ b/cgi.c @@ -106,7 +106,7 @@ static const struct cgi_dispatcher cgi_dispatchers[] = { */ { "client-tags", cgi_show_client_tags, - "View or toggle the tags that can be set based on the clients address", + "View or toggle the tags that can be set based on the client's address", TRUE }, #endif { "show-request", -- 2.39.2