Skip to content

Commit 99636ba

Browse files
erik-kroghyoff
andauthored
fix typo
Co-authored-by: yoff <[email protected]>
1 parent 324e0e8 commit 99636ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/RegexTreeView.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ private RegExpTerm seqChild(Regex re, int start, int end, int i) {
8282
)
8383
}
8484

85-
/** An implementation that statisfies the RegexTreeView signature. */
85+
/** An implementation that satisfies the RegexTreeView signature. */
8686
module Impl implements RegexTreeViewSig {
8787
/**
8888
* An element containing a regular expression term, that is, either

0 commit comments

Comments
 (0)