Fix some typos
[openssl.git] / crypto / evp / evp_enc.c
index 96eb3506235b747bfe3abdcc6fda220ed3a85f92..3896cff34de993b3413a2dab92ca7dce63bbd80d 100644 (file)
@@ -317,7 +317,7 @@ int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
 
     if (cipher->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_CIPHERINIT_EX, EVP_R_INITIALIZATION_ERROR);
         return 0;
 #else