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 {