From: Fabian Keil Date: Mon, 2 Dec 2019 12:06:29 +0000 (+0100) Subject: Fix comment typos X-Git-Tag: v_3_0_29~537 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=bf5b302d96a0ea44b1a6634972d22a8f667df8fb Fix comment typos --- diff --git a/ssl.c b/ssl.c index 0d573dbb..ef4abc68 100644 --- a/ssl.c +++ b/ssl.c @@ -1199,7 +1199,7 @@ exit: * 1 : csp = Current client state (buffers, headers, etc...) * * Returns : -1 => Error while creating certificate. - * 0 => Certificate alreaday exist. + * 0 => Certificate already exists. * >0 => Length of created certificate. * *********************************************************************/