From ec4c86d9ec132aaa31c7e6892dde4dbb11397168 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Wed, 16 Sep 2020 08:55:52 +0200 Subject: [PATCH] Fix typo in bind_loader_attic comment Reviewed-by: Shane Lontis Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/12890) --- engines/e_loader_attic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/e_loader_attic.c b/engines/e_loader_attic.c index be01c557187..47afe3f790d 100644 --- a/engines/e_loader_attic.c +++ b/engines/e_loader_attic.c @@ -1739,7 +1739,7 @@ static int loader_attic_destroy(ENGINE *e) static int bind_loader_attic(ENGINE *e) { - /* Ensure the ATTIC error handdling is set up on best effort basis */ + /* Ensure the ATTIC error handling is set up on best effort basis */ ERR_load_ATTIC_strings(); if (/* Create the OSSL_STORE_LOADER */ -- 2.47.2