From bf5b302d96a0ea44b1a6634972d22a8f667df8fb Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 2 Dec 2019 13:06:29 +0100 Subject: [PATCH] Fix comment typos --- ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * *********************************************************************/ -- 2.39.2