Skip to content

Commit

Permalink
fixup! APPS/load_key_certs_crls(): refactor to clean up the code a li…
Browse files Browse the repository at this point in the history
…ttle and add clarifying comments
  • Loading branch information
DDvO committed Dec 4, 2023
1 parent d5a1d60 commit 4d9c40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/lib/apps.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4d9c40b

Please sign in to comment.