Fix errors found by new find-doc-nits
[openssl.git] / doc / internal / man3 / evp_generic_fetch.pod
index 4c1215831775e118008603f7cb81fd4731309364..c4734394bb5770c896d88d4f21882374272bcf4d 100644 (file)
@@ -39,7 +39,7 @@ I<new_method>, I<up_ref_method>, and I<free_method>.
 
 evp_generic_fetch_by_number() does the same thing as evp_generic_fetch(), 
 but takes a I<name_id> instead of a number.
-I<name_id> must always be non-zero; as a matter of fact, it being zero
+I<name_id> must always be nonzero; as a matter of fact, it being zero
 is considered a programming error.
 This is meant to be used when one method needs to fetch an associated
 other method, and is typically called from inside the given function