From: Bodo Möller Date: Mon, 11 Jul 2011 12:13:50 +0000 (+0000) Subject: Fix typo. X-Git-Tag: OpenSSL_1_0_0e~26 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7f7414e054c604a28689006246516dd7c6a54836;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.