Skip to content

Commit df9c8c7

Browse files
committed
spelling: flow
Signed-off-by: Josh Soref <[email protected]>
1 parent c527264 commit df9c8c7

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
@@ -13,7 +13,7 @@
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.
1515
* - Extracted calls to non-extracted callables, `LibraryCall`. These are handled by loking up the relevant summary when the
16-
* global data flwo graph is connected up via `getViableCallable`.
16+
* global data flow graph is connected up via `getViableCallable`.
1717
* - Non-extracted calls, `SummaryCall`. These are synthesised by the flow summary framework.
1818
*
1919
* The first two can be referred to as `ExtractedDataFlowCall`. In fact, `LibraryCall` is a subclass of `NormalCall`, where

0 commit comments

Comments
 (0)