From 7354f78140fef4a58858a3f0d8c83fc8489481e3 Mon Sep 17 00:00:00 2001 From: Alex Boboc Date: Sun, 16 Feb 2020 11:25:51 -0800 Subject: [PATCH] DOC:Fix typos in ossl_cmp_print_log.pod CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Nicola Tuveri Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/11104) --- doc/internal/man3/ossl_cmp_print_log.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 with the severity level or -1, the variable pointed to by I with the function name string or NULL, the variable pointed to by I with the filename string or NULL, and the variable pointed to by I 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 with the separator being ":". -- 2.25.1