Fix typo: 'is an error occurred' in documentation
[openssl.git] / doc / man3 / OBJ_nid2obj.pod
index 6c1aa1321f47c3c55a01c5a53c52335dbacb00d1..6d85c1111c5bd323cf8141686d2da73c8fe5daf5 100644 (file)
@@ -54,7 +54,7 @@ constants.
 
 OBJ_nid2obj(), OBJ_nid2ln() and OBJ_nid2sn() convert the NID B<n> to
 an ASN1_OBJECT structure, its long name and its short name respectively,
-or B<NULL> is an error occurred.
+or B<NULL> if an error occurred.
 
 OBJ_obj2nid(), OBJ_ln2nid(), OBJ_sn2nid() return the corresponding NID
 for the object B<o>, the long name <ln> or the short name <sn> respectively