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

Skip to content

Commit 44dd2ec

Browse files
Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-27999)
(cherry picked from commit 28db1f6) Co-authored-by: Adam Dangoor <adamdangoor@gmail.com>
1 parent 9c74678 commit 44dd2ec

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
@@ -4231,7 +4231,7 @@ _ssl__SSLContext_load_verify_locations_impl(PySSLContext *self,
42314231
goto error;
42324232
}
42334233

4234-
/* validata cadata type and load cadata */
4234+
/* validate cadata type and load cadata */
42354235
if (cadata) {
42364236
if (PyUnicode_Check(cadata)) {
42374237
PyObject *cadata_ascii = PyUnicode_AsASCIIString(cadata);

0 commit comments

Comments
 (0)
0