From d6bca0c7fe9cf6f6c7ee7c8e8c6d0b1d2380748b Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 27 Aug 2020 12:59:40 +0200
Subject: [PATCH] Fix a comment typo

Sponsored by: Robert Klemme
---
 openssl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openssl.c b/openssl.c
index 67ce1ada..82b399f9 100644
--- a/openssl.c
+++ b/openssl.c
@@ -68,7 +68,7 @@ static int ssl_inited = 0;
  *
  * Function    :  openssl_init
  *
- * Description :  INitializes OpenSSL library once
+ * Description :  Initializes OpenSSL library once
  *
  * Parameters  :  N/A
  *
-- 
2.50.1