hcrypto: fix spelling mistakes in comments
This commit is contained in:
		| @@ -151,7 +151,7 @@ cc_des_ede3_cbc_init(EVP_CIPHER_CTX *ctx, | ||||
| #endif /* HAVE_COMMONCRYPTO_COMMONCRYPTOR_H */ | ||||
|  | ||||
| /** | ||||
|  * The tripple DES cipher type (Apple CommonCrypto provider) | ||||
|  * The triple DES cipher type (Apple CommonCrypto provider) | ||||
|  * | ||||
|  * @return the DES-EDE3-CBC EVP_CIPHER pointer. | ||||
|  * | ||||
|   | ||||
| @@ -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. | ||||
|  * | ||||
|   | ||||
| @@ -531,7 +531,7 @@ des_ede3_cbc_do_cipher(EVP_CIPHER_CTX *ctx, | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * The tripple DES cipher type - hcrypto | ||||
|  * The triple DES cipher type - hcrypto | ||||
|  * | ||||
|  * @return the DES-EDE3-CBC EVP_CIPHER pointer. | ||||
|  * | ||||
|   | ||||
| @@ -255,7 +255,7 @@ wincng_key_init(EVP_CIPHER_CTX *ctx, | ||||
|     } | ||||
|  | ||||
| /** | ||||
|  * The tripple DES cipher type (Windows CNG provider) | ||||
|  * The triple DES cipher type (Windows CNG provider) | ||||
|  * | ||||
|  * @return the DES-EDE3-CBC EVP_CIPHER pointer. | ||||
|  * | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Luke Howard
					Luke Howard