Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c99d1 commit f181753Copy full SHA for f181753
1 file changed
cpp/ql/src/Likely Bugs/Likely Typos/AssignWhereCompareMeant.ql
@@ -55,7 +55,7 @@ class BooleanControllingAssignmentInExpr extends BooleanControllingAssignment {
55
this.getConversion().(ParenthesisExpr).isParenthesised()
56
or
57
// whitelist this assignment if all comparison operations in the expression that this
58
- // assignment is part of, are ot parenthesized. In that case it seems like programmer
+ // assignment is part of, are not parenthesized. In that case it seems like programmer
59
// is fine with unparenthesized comparison operands to binary logical operators, and
60
// the parenthesis around this assignment was used to call it out as an assignment.
61
this.isParenthesised() and
0 commit comments