Skip to content

Commit 2b6aab1

Browse files
yofftausbn
andauthored
Update python/ql/lib/semmle/python/dataflow/new/internal/DataFlowDispatch.qll
Co-authored-by: Taus <[email protected]>
1 parent e0a3c8a commit 2b6aab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ private predicate sameEnclosingCallable(Node node1, Node node2) {
13851385
// =============================================================================
13861386
newtype TDataFlowCall =
13871387
TNormalCall(CallNode call, Function target, CallType type) { resolveCall(call, target, type) } or
1388-
/** A call to the generated function inside a comprhension */
1388+
/** A call to the generated function inside a comprehension */
13891389
TComprehensionCall(Comp c) or
13901390
TPotentialLibraryCall(CallNode call) or
13911391
/** A synthesized call inside a summarized callable */

0 commit comments

Comments
 (0)