Add a missing apostroph in the 'More Privoxy' menu
[privoxy.git] / cgi.c
diff --git a/cgi.c b/cgi.c
index 0241ebf..7518219 100644 (file)
--- 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",