We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad24f3 commit 441d535Copy full SHA for 441d535
python/ql/lib/semmle/python/regex.qll
@@ -283,7 +283,7 @@ abstract class RegexString extends Expr {
283
284
/**
285
* Helper predicate for `escapingChar`.
286
- * In order to avoid negative recusrion, we return a boolean.
+ * In order to avoid negative recursion, we return a boolean.
287
* This way, we can refer to `escaping(pos - 1).booleanNot()`
288
* rather than to a negated version of `escaping(pos)`.
289
*/
0 commit comments