Fix typos and repeated words
[openssl.git] / doc / man3 / ASN1_TYPE_get.pod
index a7a3083aa1bdd11f5fae116eed88a5b6f38a5263..c34572345ffb1f8664639e95a78c670b8a3acad7 100644 (file)
@@ -68,7 +68,7 @@ only return zero if the values are the same.
 
 If either or both of the parameters passed to ASN1_TYPE_cmp() is NULL the
 return value is nonzero. Technically if both parameters are NULL the two
-types could be absent OPTIONAL fields and so should match, however passing
+types could be absent OPTIONAL fields and so should match, however, passing
 NULL values could also indicate a programming error (for example an
 unparsable type which returns NULL) for types which do B<not> match. So
 applications should handle the case of two absent values separately.