Fix a comment typo
authorFabian Keil <fk@fabiankeil.de>
Sat, 22 Feb 2020 21:56:32 +0000 (22:56 +0100)
committerFabian Keil <fk@fabiankeil.de>
Sun, 23 Feb 2020 12:04:15 +0000 (13:04 +0100)
ssl.h

diff --git a/ssl.h b/ssl.h
index b5a9414..852d323 100644 (file)
--- 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);