summaryrefslogtreecommitdiffstats
path: root/doc/man3/ASN1_TYPE_get.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/ASN1_TYPE_get.pod')
-rw-r--r--doc/man3/ASN1_TYPE_get.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/ASN1_TYPE_get.pod b/doc/man3/ASN1_TYPE_get.pod
index 70c56878b8..17c6406c9e 100644
--- a/doc/man3/ASN1_TYPE_get.pod
+++ b/doc/man3/ASN1_TYPE_get.pod
@@ -69,7 +69,7 @@ If either or both of the parameters passed to ASN1_TYPE_cmp() is NULL the
return value is non-zero. Technically if both parameters are NULL the two
types could be absent OPTIONAL fields and so should match, however passing
NULL values could also indicate a programming error (for example an
-unparseable type which returns NULL) for types which do B<not> match. So
+unparsable type which returns NULL) for types which do B<not> match. So
applications should handle the case of two absent values separately.
=head1 RETURN VALUES