From 494b11f96253317c2c630d77d16a0b662dc6d343 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Wed, 9 Dec 2015 11:07:29 +1100 Subject: [PATCH] hcrypto: fix spelling mistakes in comments --- lib/hcrypto/evp-cc.c | 2 +- lib/hcrypto/evp-crypt.c | 2 +- lib/hcrypto/evp-hcrypto.c | 2 +- lib/hcrypto/evp-wincng.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/hcrypto/evp-cc.c b/lib/hcrypto/evp-cc.c index 7a5cf9184..774305337 100644 --- a/lib/hcrypto/evp-cc.c +++ b/lib/hcrypto/evp-cc.c @@ -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. * diff --git a/lib/hcrypto/evp-crypt.c b/lib/hcrypto/evp-crypt.c index 8b7ea3050..6b1611b63 100644 --- a/lib/hcrypto/evp-crypt.c +++ b/lib/hcrypto/evp-crypt.c @@ -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. * diff --git a/lib/hcrypto/evp-hcrypto.c b/lib/hcrypto/evp-hcrypto.c index 387fe8d19..64f028490 100644 --- a/lib/hcrypto/evp-hcrypto.c +++ b/lib/hcrypto/evp-hcrypto.c @@ -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. * diff --git a/lib/hcrypto/evp-wincng.c b/lib/hcrypto/evp-wincng.c index 5c610481c..e887d79c7 100644 --- a/lib/hcrypto/evp-wincng.c +++ b/lib/hcrypto/evp-wincng.c @@ -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. *