Fix errors found by new find-doc-nits
[openssl.git] / doc / man3 / BIO_get_data.pod
index a85d8a8b57839d34a04347631fea1dd6ff4952d6..31c4635748c985d49902a1535fd56b3550f0d37c 100644 (file)
@@ -25,7 +25,7 @@ the BIO. This data can subsequently be retrieved via a call to BIO_get_data().
 This can be used by custom BIOs for storing implementation specific information.
 
 The BIO_set_init() function sets the value of the BIO's "init" flag to indicate
-whether initialisation has been completed for this BIO or not. A non-zero value
+whether initialisation has been completed for this BIO or not. A nonzero value
 indicates that initialisation is complete, whilst zero indicates that it is not.
 Often initialisation will complete during initial construction of the BIO. For
 some BIOs however, initialisation may not complete until after additional steps