From 4d9c40bcc3d216ce95ad5af3b7065c271e5f1ff1 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Mon, 4 Dec 2023 18:08:33 +0100 Subject: [PATCH] fixup! APPS/load_key_certs_crls(): refactor to clean up the code a little and add clarifying comments --- apps/lib/apps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/lib/apps.c b/apps/lib/apps.c index b33c3ffa9be6eb..4d7413a5692f28 100644 --- a/apps/lib/apps.c +++ b/apps/lib/apps.c @@ -1120,7 +1120,7 @@ int load_key_certs_crls(const char *uri, int format, int maybe_stdin, if (failed != NULL && !quiet) { unsigned long err = ERR_peek_last_error(); - /* contine the error message with the type of the credential affected */ + /* continee the error message with the type of credential affected */ if (desc != NULL && strstr(desc, failed) != NULL) { BIO_printf(bio_err, " %s", desc); } else {