Skip to content

Commit 06ec1e2

Browse files
committed
spelling: looking
Signed-off-by: Josh Soref <[email protected]>
1 parent 3a38da0 commit 06ec1e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* Having both extracted and non-extracted callables means that we now have three types of calls:
1414
* - Extracted calls to extracted callables, either `NormalCall` or `SpecialCall`. These are handled by standard data flow.
15-
* - Extracted calls to non-extracted callables, `LibraryCall`. These are handled by loking up the relevant summary when the
15+
* - Extracted calls to non-extracted callables, `LibraryCall`. These are handled by looking up the relevant summary when the
1616
* global data flow graph is connected up via `getViableCallable`.
1717
* - Non-extracted calls, `SummaryCall`. These are synthesised by the flow summary framework.
1818
*

0 commit comments

Comments
 (0)