From 7f7414e054c604a28689006246516dd7c6a54836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Mon, 11 Jul 2011 12:13:50 +0000 Subject: [PATCH] Fix typo. Submitted by: Jim Morrison --- doc/ssl/ssl.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ssl/ssl.pod b/doc/ssl/ssl.pod index 2b6004ee3..6d3ee24e4 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.