Skip to content

Commit

Permalink
fixup! fixup! APPS/load_key_certs_crls(): refactor to clean up the co…
Browse files Browse the repository at this point in the history
…de a little and add clarifying comments
  • Loading branch information
DDvO committed Jul 10, 2024
1 parent 4d9c40b commit 741f7f3
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();

/* continee the error message with the type of credential affected */
/* continue 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 741f7f3

Please sign in to comment.