summaryrefslogtreecommitdiffstats
path: root/crypto/store
diff options
context:
space:
mode:
authorNan Xiao <nan@chinadtrace.org>2021-04-06 16:14:46 +0800
committerPauli <pauli@openssl.org>2021-04-07 22:39:35 +1000
commit30573117bbfef0991b522fd0f7c3d4abc5e296cd (patch)
tree37638020cc931d4497da0b2b5d2815c7967ba451 /crypto/store
parent1ac64327dfd8d20072a34e73116ab222d77a24d0 (diff)
Fix typo in store_meth.c
CLA: trivial Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14776)
Diffstat (limited to 'crypto/store')
-rw-r--r--crypto/store/store_meth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/store/store_meth.c b/crypto/store/store_meth.c
index be78adaab8..a2ab341fe9 100644
--- a/crypto/store/store_meth.c
+++ b/crypto/store/store_meth.c
@@ -281,7 +281,7 @@ static OSSL_STORE_LOADER *inner_loader_fetch(OSSL_LIB_CTX *libctx,
}
/*
- * If we have been passed neither a scheme_id or a scheme, we have an
+ * If we have been passed neither a scheme_id nor a scheme, we have an
* internal programming error.
*/
if (!ossl_assert(id != 0 || scheme != NULL)) {