From: Bodo Möller Date: Mon, 11 Jul 2011 12:13:56 +0000 (+0000) Subject: Fix typo. X-Git-Tag: OpenSSL_1_0_1-beta1~204 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1dc4c8c7275938c61750277a1808ffb0d056d898;p=oweals%2Fopenssl.git Fix typo. Submitted by: Jim Morrison --- diff --git a/doc/ssl/ssl.pod b/doc/ssl/ssl.pod index 2b6004ee32..6d3ee24e4e 100644 --- a/doc/ssl/ssl.pod +++ b/doc/ssl/ssl.pod @@ -158,7 +158,7 @@ Constructor for the SSLv3 SSL_METHOD structure for combined client and server. Constructor for the TLSv1 SSL_METHOD structure for a dedicated client. -=item cosnt SSL_METHOD *B(void); +=item const SSL_METHOD *B(void); Constructor for the TLSv1 SSL_METHOD structure for a dedicated server.