Correct another batch of typos
[openssl.git] / doc / crypto / BIO_s_fd.pod
index 7c7cee9843ec5fbddfc369c108b1bc88463fb6e1..e9ebdbf062b0aace6861ded957161860fb140e69 100644 (file)
@@ -23,7 +23,7 @@ round the platforms file descriptor routines such as read() and write().
 BIO_read() and BIO_write() read or write the underlying descriptor.
 BIO_puts() is supported but BIO_gets() is not.
 
-If the close flag is set then then close() is called on the underlying
+If the close flag is set then close() is called on the underlying
 file descriptor when the BIO is freed.
 
 BIO_reset() attempts to change the file pointer to the start of file