From: Nan Xiao Date: Tue, 6 Apr 2021 08:14:46 +0000 (+0800) Subject: Fix typo in store_meth.c X-Git-Tag: openssl-3.0.0-alpha14~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30573117bbfef0991b522fd0f7c3d4abc5e296cd;p=thirdparty%2Fopenssl.git Fix typo in store_meth.c CLA: trivial Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/14776) --- diff --git a/crypto/store/store_meth.c b/crypto/store/store_meth.c index be78adaab81..a2ab341fe97 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)) {