diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2022-08-23 20:37:03 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2022-10-12 07:55:01 +0200 |
commit | c7340583097a80a4fe42bacea745b2bbaa6d16db (patch) | |
tree | f39a93429d9bbc5bdddfc5458512ce8699695e50 /crypto/store/store_lib.c | |
parent | crypto: Fix various typos, repeated words, align some spelling to LDP. (diff) | |
download | openssl-c7340583097a80a4fe42bacea745b2bbaa6d16db.tar.xz openssl-c7340583097a80a4fe42bacea745b2bbaa6d16db.zip |
crypto/*: Fix various typos, repeated words, align some spelling to LDP.
partially 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)
Diffstat (limited to 'crypto/store/store_lib.c')
-rw-r--r-- | crypto/store/store_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/store/store_lib.c b/crypto/store/store_lib.c index 2a2894b617..fcacf687e6 100644 --- a/crypto/store/store_lib.c +++ b/crypto/store/store_lib.c @@ -627,7 +627,7 @@ OSSL_STORE_INFO *OSSL_STORE_INFO_new_CRL(X509_CRL *crl) } /* - * Functions to try to extract data from a OSSL_STORE_INFO. + * Functions to try to extract data from an OSSL_STORE_INFO. */ int OSSL_STORE_INFO_get_type(const OSSL_STORE_INFO *info) { |