summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_COMP_add_compression_method.pod
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-05-01 19:52:58 +0200
committerRich Salz <rsalz@openssl.org>2016-05-01 19:14:57 -0400
commit24c2cd3967ed23acc0bd31a3781c4525e2e42a2c (patch)
treeca10d9e7154f2bd7cf32216c6be51ad526cc7a0e /doc/ssl/SSL_COMP_add_compression_method.pod
parente0f96357e4b77e452966312a0542ec9cb0eb87bd (diff)
Fix spelling in pod files
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'doc/ssl/SSL_COMP_add_compression_method.pod')
-rw-r--r--doc/ssl/SSL_COMP_add_compression_method.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_COMP_add_compression_method.pod b/doc/ssl/SSL_COMP_add_compression_method.pod
index fe10e1b45d..eb2689c4b9 100644
--- a/doc/ssl/SSL_COMP_add_compression_method.pod
+++ b/doc/ssl/SSL_COMP_add_compression_method.pod
@@ -26,7 +26,7 @@ It cannot be set for specific SSL_CTX or SSL objects.
In versions of OpenSSL prior to 1.1.0 SSL_COMP_free_compression_methods() freed
the internal table of compression methods that were built internally, and
possibly augmented by adding SSL_COMP_add_compression_method(). However this is
-now unncessary from version 1.1.0. No explicit initialisation or
+now unnecessary from version 1.1.0. No explicit initialisation or
de-initialisation is necessary. See L<OPENSSL_init_crypto(3)> and
L<OPENSSL_init_ssl(3)>. From OpenSSL 1.1.0 calling this function does nothing.