From: Matt Caswell Date: Wed, 30 Apr 2014 23:23:57 +0000 (+0100) Subject: Fixed spelling error in error message. Fix supplied by Marcos Marado X-Git-Tag: OpenSSL_1_0_1h~66 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=90600a5e3bbe645fdd60de72846391d639ec44f5;p=oweals%2Fopenssl.git Fixed spelling error in error message. Fix supplied by Marcos Marado --- diff --git a/ssl/ssl_err.c b/ssl/ssl_err.c index 370fb57e3b..49ab43e0e5 100644 --- a/ssl/ssl_err.c +++ b/ssl/ssl_err.c @@ -541,7 +541,7 @@ static ERR_STRING_DATA SSL_str_reasons[]= {ERR_REASON(SSL_R_TLSV1_UNRECOGNIZED_NAME),"tlsv1 unrecognized name"}, {ERR_REASON(SSL_R_TLSV1_UNSUPPORTED_EXTENSION),"tlsv1 unsupported extension"}, {ERR_REASON(SSL_R_TLS_CLIENT_CERT_REQ_WITH_ANON_CIPHER),"tls client cert req with anon cipher"}, -{ERR_REASON(SSL_R_TLS_HEARTBEAT_PEER_DOESNT_ACCEPT),"peer does not accept heartbearts"}, +{ERR_REASON(SSL_R_TLS_HEARTBEAT_PEER_DOESNT_ACCEPT),"peer does not accept heartbeats"}, {ERR_REASON(SSL_R_TLS_HEARTBEAT_PENDING) ,"heartbeat request already pending"}, {ERR_REASON(SSL_R_TLS_ILLEGAL_EXPORTER_LABEL),"tls illegal exporter label"}, {ERR_REASON(SSL_R_TLS_INVALID_ECPOINTFORMAT_LIST),"tls invalid ecpointformat list"},