summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2022-08-23 20:45:13 +0200
committerTomas Mraz <tomas@openssl.org>2022-11-23 18:21:53 +0100
commitfee9986c3da13e533d7467df7f792253797f4115 (patch)
tree880b9fdd3e398291c9a03756762ade1e47f549bb /engines
parentf24b716f26f0e4956ea5cb049876cf2738e5e38d (diff)
apps & al : Fix various typos, repeated words, align some spelling to LDP.
Mostly revamped from #16712 - fall thru -> fall through - time stamp -> timestamp - host name -> hostname - ipv6 -> IPv6 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19059) (cherry picked from commit 9929c81702381bff54f833d6fe0a3304f4e2b635)
Diffstat (limited to 'engines')
-rw-r--r--engines/e_loader_attic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/e_loader_attic.c b/engines/e_loader_attic.c
index eba7ab14b8..87056c4de1 100644
--- a/engines/e_loader_attic.c
+++ b/engines/e_loader_attic.c
@@ -226,7 +226,7 @@ static OSSL_STORE_INFO *new_EMBEDDED(const char *new_pem_name,
/*-
* The try_decode function is called to check if the blob of data can
* be used by this handler, and if it can, decodes it into a supported
- * OpenSSL type and returns a OSSL_STORE_INFO with the decoded data.
+ * OpenSSL type and returns an OSSL_STORE_INFO with the decoded data.
* Input:
* pem_name: If this blob comes from a PEM file, this holds
* the PEM name. If it comes from another type of
@@ -254,7 +254,7 @@ static OSSL_STORE_INFO *new_EMBEDDED(const char *new_pem_name,
* libctx: The library context to be used if applicable
* propq: The property query string for any algorithm fetches
* Output:
- * a OSSL_STORE_INFO
+ * an OSSL_STORE_INFO
*/
typedef OSSL_STORE_INFO *(*file_try_decode_fn)(const char *pem_name,
const char *pem_header,