summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)) {