From 46f4e1bec51dc96fa275c168752aa34359d9ee51 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 11 Nov 2017 19:03:10 -0500 Subject: Many spelling fixes/typo's corrected. Around 138 distinct errors found and fixed; thanks! Reviewed-by: Kurt Roeckx Reviewed-by: Tim Hudson Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3459) --- crypto/include/internal/aria.h | 4 ++-- crypto/include/internal/evp_int.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'crypto/include') diff --git a/crypto/include/internal/aria.h b/crypto/include/internal/aria.h index 0ba093922d..073827185a 100644 --- a/crypto/include/internal/aria.h +++ b/crypto/include/internal/aria.h @@ -8,7 +8,7 @@ * https://www.openssl.org/source/license.html */ - /* Copyright (c) 2017 National Security Resarch Institute. All rights reserved. */ + /* Copyright (c) 2017 National Security Research Institute. All rights reserved. */ #ifndef HEADER_ARIA_H # define HEADER_ARIA_H @@ -22,7 +22,7 @@ # define ARIA_ENCRYPT 1 # define ARIA_DECRYPT 0 -# define ARIA_BLOCK_SIZE 16 /* Size of each encryption/decription block */ +# define ARIA_BLOCK_SIZE 16 /* Size of each encryption/decryption block */ # define ARIA_MAX_KEYS 17 /* Number of keys needed in the worst case */ # ifdef __cplusplus diff --git a/crypto/include/internal/evp_int.h b/crypto/include/internal/evp_int.h index f409400285..562ac42ab5 100644 --- a/crypto/include/internal/evp_int.h +++ b/crypto/include/internal/evp_int.h @@ -396,7 +396,7 @@ void openssl_add_all_digests_int(void); void evp_cleanup_int(void); void evp_app_cleanup_int(void); -/* Pulling defines out of C soure files */ +/* Pulling defines out of C source files */ #define EVP_RC4_KEY_SIZE 16 #ifndef TLS1_1_VERSION -- cgit v1.2.3