Skip to content

Commit 76aa048

Browse files
committed
spelling: resolve
Signed-off-by: Josh Soref <[email protected]>
1 parent 00cc333 commit 76aa048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/DataFlowDispatchPointsTo.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ DataFlowCallable viableCallable(ExtractedDataFlowCall call) {
769769
// A call to a library callable with a flow summary
770770
// In this situation we can not resolve the callable from the call,
771771
// as that would make data flow depend on type tracking.
772-
// Instead we reolve the call from the summary.
772+
// Instead we resolve the call from the summary.
773773
exists(LibraryCallable callable |
774774
result = TLibraryCallable(callable) and
775775
call.getNode() = callable.getACall().getNode()

0 commit comments

Comments
 (0)