Correct another batch of typos
[openssl.git] / doc / crypto / BIO_s_bio.pod
index ce3cf6e3830870b35a1c126f9c1c4f22f92989e0..438b5dd8f3a5a70dab7003f6cb2e1181d58b0f2c 100644 (file)
@@ -172,7 +172,7 @@ SSL_operation() can successfully be continued.
 
 =head1 WARNING
 
-As the data is buffered, SSL_operation() may return with a ERROR_SSL_WANT_READ
+As the data is buffered, SSL_operation() may return with an ERROR_SSL_WANT_READ
 condition, but there is still data in the write buffer. An application must
 not rely on the error value of SSL_operation() but must assure that the
 write buffer is always flushed first. Otherwise a deadlock may occur as