From: Fabian Keil Date: Thu, 27 Aug 2020 10:59:40 +0000 (+0200) Subject: Fix a comment typo X-Git-Tag: v_3_0_29~217 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=d6bca0c7fe9cf6f6c7ee7c8e8c6d0b1d2380748b Fix a comment typo Sponsored by: Robert Klemme --- 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 *