Python: fix spelling

This commit is contained in:
Rasmus Lerchedahl Petersen
2021-02-26 09:44:24 +01:00
parent a067adbaf3
commit 311149ab4f

View File

@@ -22,7 +22,7 @@ CallNode unsafe_call(string method_name) {
not exists(result.getArgByName("protocol")) and
not exists(result.getArg(0)) and
method_name = "ssl.SSLContext" and
// in version 3.4, flags were introduced to modify cotexts created with default values
// in version 3.4, flags were introduced to modify contexts created with default values
(major_version() < 3 or minor_version() < 4)
}