Skip to content

Commit e5f259e

Browse files
Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-27997)
(cherry picked from commit 28db1f6)
1 parent 6b5aea2 commit e5f259e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_ssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4047,7 +4047,7 @@ _ssl__SSLContext_load_verify_locations_impl(PySSLContext *self,
40474047
goto error;
40484048
}
40494049

4050-
/* validata cadata type and load cadata */
4050+
/* validate cadata type and load cadata */
40514051
if (cadata) {
40524052
if (PyUnicode_Check(cadata)) {
40534053
PyObject *cadata_ascii = PyUnicode_AsASCIIString(cadata);

0 commit comments

Comments
 (0)