summaryrefslogtreecommitdiffstats
path: root/doc/internal
diff options
context:
space:
mode:
authorAlex Boboc <me@alexboboc.com>2020-02-16 11:25:51 -0800
committerRichard Levitte <levitte@openssl.org>2020-02-18 13:39:51 +0100
commit7354f78140fef4a58858a3f0d8c83fc8489481e3 (patch)
tree8def5de6149050953c971164f2353d650f1cdb9f /doc/internal
parentaf61cbca1c7a7cdb5869d72203fe78c504fd3725 (diff)
DOC:Fix typos in ossl_cmp_print_log.pod
CLA: trivial Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11104)
Diffstat (limited to 'doc/internal')
-rw-r--r--doc/internal/man3/ossl_cmp_print_log.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internal/man3/ossl_cmp_print_log.pod b/doc/internal/man3/ossl_cmp_print_log.pod
index 47d4dd8efa..3fa5fe0132 100644
--- a/doc/internal/man3/ossl_cmp_print_log.pod
+++ b/doc/internal/man3/ossl_cmp_print_log.pod
@@ -68,7 +68,7 @@ the variable pointed to by I<level> with the severity level or -1,
the variable pointed to by I<func> with the function name string or NULL,
the variable pointed to by I<file> with the filename string or NULL, and
the variable pointed to by I<line> with the line number or -1.
-Any string returned via I<*func> and I<*file> must be freeed by the caller.
+Any string returned via I<*func> and I<*file> must be freed by the caller.
ossl_cmp_add_error_data() is a macro calling
L<ERR_add_error_txt(3)> with the separator being ":".