Skip to content

Commit 311149a

Browse files
committed
Python: fix spelling
1 parent a067adb commit 311149a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Security/CWE-327/InsecureDefaultProtocol.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CallNode unsafe_call(string method_name) {
2222
not exists(result.getArgByName("protocol")) and
2323
not exists(result.getArg(0)) and
2424
method_name = "ssl.SSLContext" and
25-
// in version 3.4, flags were introduced to modify cotexts created with default values
25+
// in version 3.4, flags were introduced to modify contexts created with default values
2626
(major_version() < 3 or minor_version() < 4)
2727
}
2828

0 commit comments

Comments
 (0)