From e513f09b850b6b2f3a1aa16f54d79e6cf194f464 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Sun, 6 Nov 2016 10:49:47 +0000 Subject: [PATCH] Typo: openSSL->OpenSSL --- src/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connection.c b/src/connection.c index bfd8862a..eaad053f 100644 --- a/src/connection.c +++ b/src/connection.c @@ -211,7 +211,7 @@ static void get_ssl_certificate(ice_config_t *config) { ssl_ok = 0; ICECAST_LOG_INFO("No TLS capability. " - "Rebuild Icecast with openSSL support to enable this."); + "Rebuild Icecast with OpenSSL support to enable this."); } #endif /* ICECAST_CAP_TLS */