From: Daniel Bevenius Date: Wed, 16 Sep 2020 06:55:52 +0000 (+0200) Subject: Fix typo in bind_loader_attic comment X-Git-Tag: openssl-3.0.0-alpha7~222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec4c86d9ec132aaa31c7e6892dde4dbb11397168;p=thirdparty%2Fopenssl.git Fix typo in bind_loader_attic comment Reviewed-by: Shane Lontis Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/12890) --- 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 */