From 357747d2fc784d275bc94cb88a4888408c59ebbc Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Wed, 1 Sep 2021 15:20:02 +0200 Subject: [PATCH] Typo fix: Errror Signed-off-by: Stephen Kitt --- osslsigncode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osslsigncode.c b/osslsigncode.c index b2c8166..137c782 100644 --- a/osslsigncode.c +++ b/osslsigncode.c @@ -2016,7 +2016,7 @@ static int verify_callback(int ok, X509_STORE_CTX *ctx) return 1; } else { X509 *current_cert = X509_STORE_CTX_get_current_cert(ctx); - printf("\nErrror: Expired CA certificate:\n"); + printf("\nError: Expired CA certificate:\n"); print_cert(current_cert, 0); printf("\n"); }