Skip to content

Commit 441d535

Browse files
committed
spelling: recursion
Signed-off-by: Josh Soref <[email protected]>
1 parent 7ad24f3 commit 441d535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/regex.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ abstract class RegexString extends Expr {
283283

284284
/**
285285
* Helper predicate for `escapingChar`.
286-
* In order to avoid negative recusrion, we return a boolean.
286+
* In order to avoid negative recursion, we return a boolean.
287287
* This way, we can refer to `escaping(pos - 1).booleanNot()`
288288
* rather than to a negated version of `escaping(pos)`.
289289
*/

0 commit comments

Comments
 (0)