changeset: 6580:6630c196ecd8
user:      Vincent Lefevre <[email protected]>
date:      Fri Mar 18 10:15:16 2016 +0100
link:      http://dev.mutt.org/hg/mutt/rev/6630c196ecd8

Fix typo in debug message.

diffs (12 lines):

diff -r cbf073e5e0d7 -r 6630c196ecd8 mutt_ssl.c
--- a/mutt_ssl.c        Thu Mar 17 17:33:09 2016 -0700
+++ b/mutt_ssl.c        Fri Mar 18 10:15:16 2016 +0100
@@ -142,7 +142,7 @@
 
   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;
     }
   }

Reply via email to