Skip to content

Commit 3cea46f

Browse files
committed
Python: fix typos
1 parent f8417b0 commit 3cea46f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,7 @@ abstract class ParameterNodeImpl extends Node {
15331533
}
15341534

15351535
/**
1536-
* A sythetic parameter representing the values of the variables captured
1536+
* A synthetic parameter representing the values of the variables captured
15371537
* by the callable being called. This parameter represents a single object
15381538
* where all the values are stored as attributes.
15391539
* This is also known as the environment part of a closure.
@@ -1638,7 +1638,7 @@ private class SummaryPostUpdateNode extends FlowSummaryNode, PostUpdateNodeImpl
16381638
}
16391639

16401640
/**
1641-
* A sythetic argument representing the values of the variables captured
1641+
* A synthetic argument representing the values of the variables captured
16421642
* by the callable being called. This argument represents a single object
16431643
* where all the values are stored as attributes.
16441644
* This is also known as the environment part of a closure.
@@ -1649,7 +1649,7 @@ private class SummaryPostUpdateNode extends FlowSummaryNode, PostUpdateNodeImpl
16491649
* We might want a synthetic node here, but currently that incurs problems
16501650
* with non-monotonic recursion, because of the use of `resolveCall` in the
16511651
* char pred. This may be solvable by using
1652-
* `CallGraphConstruction::Make` in staed of
1652+
* `CallGraphConstruction::Make` in stead of
16531653
* `CallGraphConstruction::Simple::Make` appropriately.
16541654
*/
16551655
class CapturedVariablesArgumentNode extends CfgNode, ArgumentNode {

0 commit comments

Comments
 (0)