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

Skip to content

Commit e3b85b1

Browse files
committed
spelling: compatibility
Signed-off-by: Josh Soref <[email protected]>
1 parent ac1c522 commit e3b85b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/lib/semmle/python/Constants.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ int major_version() {
77
explicit_major_version(result)
88
or
99
not explicit_major_version(_) and
10-
/* If there is more than one version, prefer 2 for backwards compatibilty */
10+
/* If there is more than one version, prefer 2 for backwards compatibility */
1111
(if py_flags_versioned("version.major", "2", "2") then result = 2 else result = 3)
1212
}
1313

0 commit comments

Comments
 (0)