projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
451562c
)
Add a missing apostroph in the 'More Privoxy' menu
author
Fabian Keil
<fk@fabiankeil.de>
Sun, 13 Sep 2020 12:11:02 +0000
(14:11 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Tue, 22 Sep 2020 14:22:04 +0000
(16:22 +0200)
cgi.c
patch
|
blob
|
history
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",