hcrypto: fix spelling mistakes in comments

This commit is contained in:
Luke Howard
2015-12-09 11:07:29 +11:00
parent f789d8403e
commit 494b11f962
4 changed files with 4 additions and 4 deletions

View File

@@ -136,7 +136,7 @@ crypto_des_ede3_cbc_init(EVP_CIPHER_CTX *ctx,
}
/**
* The tripple DES cipher type (Micrsoft crypt provider)
* The triple DES cipher type (Micrsoft crypt provider)
*
* @return the DES-EDE3-CBC EVP_CIPHER pointer.
*