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

@@ -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.
*

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.
*

View File

@@ -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.
*

View File

@@ -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.
*