From: Bodo Möller Date: Mon, 11 Jul 2011 12:13:55 +0000 (+0000) Subject: Fix typo. X-Git-Tag: OpenSSL-fips-2_0-rc1~264 X-Git-Url: https://git.openssl.org/gitweb/?a=commitdiff_plain;h=735ebc2de7a77661d994adc75550e2573466feac;p=openssl.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.