8000 Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) · python/cpython@28db1f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 28db1f6

Browse files
Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993)
1 parent ee9c052 commit 28db1f6

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)
0