summaryrefslogtreecommitdiffstats
path: root/crypto/ctype.c
diff options
context:
space:
mode:
authorSemen Zhydenko <semen.zhydenko@gmail.com>2023-01-01 22:50:11 +0100
committerTomas Mraz <tomas@openssl.org>2023-01-04 12:53:05 +0100
commita53d4f83fcfc3e12581da29f55ca5867d1e47ae0 (patch)
treeecec128184bd2fea4f09954c5e7a79def436bdeb /crypto/ctype.c
parent43a9e682d80d0abe4ffd0c76d18c43cf059a2bcc (diff)
Fixed typos in documentation and comments
Fixed typo: accomodate -> accommodate Fixed typo: analagous -> analogous Fixed typo: auxilliary -> auxiliary Fixed typo: eigth -> eighth Fixed typo: explotation -> exploitation Fixed typo: originaly -> originally Fixed typo: simplier -> simpler Fixed typo: sucessful -> successful Fixed typo: recievers -> receivers Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19977)
Diffstat (limited to 'crypto/ctype.c')
-rw-r--r--crypto/ctype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ctype.c b/crypto/ctype.c
index de2e836ff7..d46aeac6ec 100644
--- a/crypto/ctype.c
+++ b/crypto/ctype.c
@@ -258,7 +258,7 @@ int ossl_ctype_check(int c, unsigned int mask)
}
/*
- * Implement some of the simplier functions directly to avoid the overhead of
+ * Implement some of the simpler functions directly to avoid the overhead of
* accessing memory via ctype_char_map[].
*/