Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cfc6047

Browse files
miss-islingtonbenjaminp
authored andcommitted
[3.6] completly -> completely (GH-3999) (closes bpo-31788) (#4008)
(cherry picked from commit 1295e11)
1 parent e881302 commit cfc6047

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_ssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2736,7 +2736,7 @@ _ssl__SSLContext_impl(PyTypeObject *type, int proto_version)
27362736
#endif
27372737
SSL_CTX_set_options(self->ctx, options);
27382738

2739-
/* A bare minimum cipher list without completly broken cipher suites.
2739+
/* A bare minimum cipher list without completely broken cipher suites.
27402740
* It's far from perfect but gives users a better head start. */
27412741
if (proto_version != PY_SSL_VERSION_SSL2) {
27422742
result = SSL_CTX_set_cipher_list(ctx, "HIGH:!aNULL:!eNULL:!MD5");

0 commit comments

Comments
 (0)