]> granicus.if.org Git - neomutt/commitdiff
Fix typo in debug message.
authorVincent Lefevre <vincent@vinc17.net>
Fri, 18 Mar 2016 09:15:16 +0000 (10:15 +0100)
committerVincent Lefevre <vincent@vinc17.net>
Fri, 18 Mar 2016 09:15:16 +0000 (10:15 +0100)
mutt_ssl.c

index 714b8c64b1f3c47cd0575e60319ad6e0dfe11cb7..04fa7a23c017b75ffc3a966acdfaa3d361b469f3 100644 (file)
@@ -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;
     }
   }