From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 22 Feb 2020 21:56:32 +0000 (+0100)
Subject: Fix a comment typo
X-Git-Tag: v_3_0_29~497
X-Git-Url: http://www.privoxy.org/gitweb/user-manual/static/faq/static/gitweb.js?a=commitdiff_plain;h=333da7b6d23fb4be410b5b9b8b272bcdc5b22f5e;p=privoxy.git

Fix a comment typo
---

diff --git a/ssl.h b/ssl.h
index b5a9414d..852d3237 100644
--- a/ssl.h
+++ b/ssl.h
@@ -46,7 +46,7 @@ static mbedtls_ctr_drbg_context ctr_drbg;
 static mbedtls_entropy_context  entropy;
 static int rng_seeded;
 
-/* Boolean functions to get informations about TLS/SSL connections */
+/* Boolean functions to get information about TLS/SSL connections */
 extern int    client_use_ssl(const struct client_state *csp);
 extern int    server_use_ssl(const struct client_state *csp);
 extern size_t is_ssl_pending(mbedtls_ssl_context *ssl);