From: Vincent Lefevre Date: Tue, 22 Nov 2016 02:48:10 +0000 (+0100) Subject: Corrected comment. X-Git-Tag: mutt-1-8-rel~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1171baf4edecd7753b448cee4e0833f1609aeb6f;p=mutt Corrected comment. --- diff --git a/mutt_ssl.c b/mutt_ssl.c index d4efdaf1..0cf31c4d 100644 --- a/mutt_ssl.c +++ b/mutt_ssl.c @@ -969,7 +969,7 @@ static int ssl_check_certificate (CONNECTION *conn, sslsockdata *data) #ifdef DEBUG char buf[STRING]; - /* Note that X509_NAME_online will NULL-terminate buf, even when it + /* Note that X509_NAME_oneline will null-terminate buf, even when it * has to truncate the data. */ dprint (1, (debugfile, "ssl_check_certificate: checking cert %s\n", X509_NAME_oneline (X509_get_subject_name (data->cert),