Skip to content

Commit 89e5a9b

Browse files
yofftausbn
andauthored
Update python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPublic.qll
Co-authored-by: Taus <tausbn@github.com>
1 parent cfbae50 commit 89e5a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPublic.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ ControlFlowNode guardNode(ConditionBlock conditionBlock, boolean flipped) {
617617
(
618618
// comparing to the boolean
619619
(op instanceof Eq or op instanceof Is) and
620-
// we shoould flip if the value compared against, here the value of `b`, is false
620+
// we should flip if the value compared against, here the value of `b`, is false
621621
should_flip = b.getNode().(BooleanLiteral).booleanValue().booleanNot()
622622
or
623623
// comparing to the negation of the boolean

0 commit comments

Comments
 (0)