From: Vincent Lefevre <vincent@vinc17.net> Date: Fri, 18 Mar 2016 09:15:16 +0000 (+0100) Subject: Fix typo in debug message. X-Git-Tag: neomutt-20160404~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da071b52128acc07a325c04d14d2861eb96d3497;p=neomutt Fix typo in debug message. --- diff --git a/mutt_ssl.c b/mutt_ssl.c index 714b8c64b..04fa7a23c 100644 --- a/mutt_ssl.c +++ b/mutt_ssl.c @@ -142,7 +142,7 @@ int mutt_ssl_starttls (CONNECTION* conn) if (SslCiphers) { if (!SSL_CTX_set_cipher_list (ssldata->ctx, SslCiphers)) { - dprint (1, (debugfile, "mutt_ssl_starttls: Could not select prefered ciphers\n")); + dprint (1, (debugfile, "mutt_ssl_starttls: Could not select preferred ciphers\n")); goto bail_ctx; } }