Fix typo in bind_loader_attic comment
authorDaniel Bevenius <daniel.bevenius@gmail.com>
Wed, 16 Sep 2020 06:55:52 +0000 (08:55 +0200)
committerDmitry Belyavskiy <beldmit@gmail.com>
Thu, 17 Sep 2020 08:22:33 +0000 (11:22 +0300)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/12890)

engines/e_loader_attic.c

index be01c557187772e6c4069d0f22e9e35a133f5298..47afe3f790d53bd255ba4c8e604e5bb02be1ab4d 100644 (file)
@@ -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 */