]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/X509v3_get_ext_by_NID.pod
Fix errors found by new find-doc-nits
[thirdparty/openssl.git] / doc / man3 / X509v3_get_ext_by_NID.pod
index fd607dd32eb73bed13f1082f89377018d31f694f..f77474ca80434f5de57938fd2590a22d90ada315 100644 (file)
@@ -71,7 +71,7 @@ the extension is found its index is returned otherwise B<-1> is returned.
 
 X509v3_get_ext_by_critical() is similar to X509v3_get_ext_by_NID() except it
 looks for an extension of criticality B<crit>. A zero value for B<crit>
-looks for a non-critical extension a non-zero value looks for a critical
+looks for a non-critical extension a nonzero value looks for a critical
 extension.
 
 X509v3_delete_ext() deletes the extension with index B<loc> from B<x>. The