Fix comment typos
authorFabian Keil <fk@fabiankeil.de>
Mon, 2 Dec 2019 12:06:29 +0000 (13:06 +0100)
committerFabian Keil <fk@fabiankeil.de>
Thu, 13 Feb 2020 11:35:28 +0000 (12:35 +0100)
ssl.c

diff --git a/ssl.c b/ssl.c
index 0d573db..ef4abc6 100644 (file)
--- 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.
  *
  *********************************************************************/