summaryrefslogtreecommitdiffstats
path: root/Modules/_hashopenssl.c
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-09-07 12:03:06 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-09-07 12:03:06 (GMT)
commit6507657dddebc629e49f3dc683d89a96a481fb86 (patch)
treeb4981bd2f6b8f9954d70a03d4cca7e0c7cdba840 /Modules/_hashopenssl.c
parent6eec87810fcf75249cb1060424f69ef5859e3fb1 (diff)
downloadcpython-6507657dddebc629e49f3dc683d89a96a481fb86.zip
cpython-6507657dddebc629e49f3dc683d89a96a481fb86.tar.gz
cpython-6507657dddebc629e49f3dc683d89a96a481fb86.tar.bz2
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Diffstat (limited to 'Modules/_hashopenssl.c')
-rw-r--r--Modules/_hashopenssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_hashopenssl.c b/Modules/_hashopenssl.c
index 443a486..75b3a3d 100644
--- a/Modules/_hashopenssl.c
+++ b/Modules/_hashopenssl.c
@@ -820,7 +820,7 @@ generate_hash_name_list(void)
/*
* This macro generates constructor function definitions for specific
* hash algorithms. These constructors are much faster than calling
- * the generic one passing it a python string and are noticably
+ * the generic one passing it a python string and are noticeably
* faster than calling a python new() wrapper. Thats important for
* code that wants to make hashes of a bunch of small strings.
*/