From 277d18378c68e1fb4c56b677d1020a9340ff6143 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 25 Nov 2019 14:01:16 +0100 Subject: [PATCH] Fix typo --- ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl.c b/ssl.c index 07499193..af6d9056 100644 --- a/ssl.c +++ b/ssl.c @@ -163,7 +163,7 @@ extern int server_use_ssl(const struct client_state *csp) * * Function : is_ssl_pending * -* Description : Tests if there are some waitting data on ssl connection +* Description : Tests if there are some waiting data on ssl connection * * Parameters : * 1 : ssl = SSL context to test -- 2.39.2