Fix some typos
[openssl.git] / crypto / evp / digest.c
index 1609d2bf53559ce9fc89089cc8fef54ac3494cde..92dca9854b5a155eed403d11e95f0ceece1bdae6 100644 (file)
@@ -165,7 +165,7 @@ int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl)
 
     if (type->prov == NULL) {
 #ifdef FIPS_MODE
-        /* We only do explict fetches inside the FIPS module */
+        /* We only do explicit fetches inside the FIPS module */
         EVPerr(EVP_F_EVP_DIGESTINIT_EX, EVP_R_INITIALIZATION_ERROR);
         return 0;
 #else