X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=ssl_common.c;h=b81ead63f4eae6b687c4bc5c8de830335ced641e;hp=20c1b24fc5310de0030c104e49733840fee971c0;hb=af6e6f07e46f159ec65eb4fe9f8a819551f74007;hpb=07d3ffdfb75d55d07fa8fc9e79f7829d9e8e476f diff --git a/ssl_common.c b/ssl_common.c index 20c1b24f..b81ead63 100644 --- a/ssl_common.c +++ b/ssl_common.c @@ -333,7 +333,7 @@ extern void ssl_send_certificate_error(struct client_state *csp) "Server certificate verification failed\n" "

Server certificate verification failed

\n" "

Privoxy was unable " - "to securely connnect to the destination server.

" + "to securely connect to the destination server.

" "

Reason: "; const char message_end[] = "\r\n\r\n"; char reason[INVALID_CERT_INFO_BUF_SIZE];