summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2011-07-11 12:13:56 +0000
committerBodo Möller <bodo@openssl.org>2011-07-11 12:13:56 +0000
commit1dc4c8c7275938c61750277a1808ffb0d056d898 (patch)
tree70773a6682358ef385aa6b2e8e53f7b82b9c6249 /doc
parent7ca035db8833da0611b5d65a3ac678e19651393e (diff)
downloadopenssl-new-1dc4c8c7275938c61750277a1808ffb0d056d898.tar.gz
Fix typo.
Submitted by: Jim Morrison
Diffstat (limited to 'doc')
-rw-r--r--doc/ssl/ssl.pod2
1 files changed, 1 insertions, 1 deletions
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<TLSv1_server_method>(void);
+=item const SSL_METHOD *B<TLSv1_server_method>(void);
Constructor for the TLSv1 SSL_METHOD structure for a dedicated server.