Correct another batch of typos
[openssl.git] / doc / ssl / SSL_CTX_free.pod
index 22ce5505dc56d8cfde7062d0fa96bbc4ae786a76..70a63142a0c852fcd74ff5f1f0a8ac44331b83cf 100644 (file)
@@ -13,8 +13,7 @@ SSL_CTX_free - free an allocated SSL_CTX object
 =head1 DESCRIPTION
 
 SSL_CTX_free() decrements the reference count of B<ctx>, and removes the
-SSL_CTX object pointed to by B<ctx> and frees up the allocated memory if the
-the reference count has reached 0.
+SSL_CTX object pointed to by B<ctx> and frees up the allocated memory if the reference count has reached 0.
 
 It also calls the free()ing procedures for indirectly affected items, if
 applicable: the session cache, the list of ciphers, the list of Client CAs,