diff --git a/python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPublic.qll b/python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPublic.qll index 89c5c2d8116..8612d4a253e 100644 --- a/python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPublic.qll +++ b/python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPublic.qll @@ -617,7 +617,7 @@ ControlFlowNode guardNode(ConditionBlock conditionBlock, boolean flipped) { ( // comparing to the boolean (op instanceof Eq or op instanceof Is) and - // we shoould flip if the value compared against, here the value of `b`, is false + // we should flip if the value compared against, here the value of `b`, is false should_flip = b.getNode().(BooleanLiteral).booleanValue().booleanNot() or // comparing to the negation of the boolean