@@ -668,7 +668,7 @@ predicate attributeStoreStep(Node nodeFrom, AttributeContent c, PostUpdateNode n
668
668
}
669
669
670
670
/**
671
- * Holds if `nodeFrom` flows into the synthezised positional overflow argument (`nodeTo`)
671
+ * Holds if `nodeFrom` flows into the synthesized positional overflow argument (`nodeTo`)
672
672
* at the position indicated by `c`.
673
673
*/
674
674
predicate posOverflowStoreStep ( CfgNode nodeFrom , TupleElementContent c , Node nodeTo ) {
@@ -680,7 +680,7 @@ predicate posOverflowStoreStep(CfgNode nodeFrom, TupleElementContent c, Node nod
680
680
}
681
681
682
682
/**
683
- * Holds if `nodeFrom` flows into the synthezised keyword overflow argument (`nodeTo`)
683
+ * Holds if `nodeFrom` flows into the synthesized keyword overflow argument (`nodeTo`)
684
684
* at the key indicated by `c`.
685
685
*/
686
686
predicate kwOverflowStoreStep ( CfgNode nodeFrom , DictionaryElementContent c , Node nodeTo ) {
@@ -814,7 +814,7 @@ predicate attributeReadStep(Node nodeFrom, AttributeContent c, AttrRead nodeTo)
814
814
815
815
/**
816
816
* Holds if `nodeFrom` is a dictionary argument being unpacked and `nodeTo` is the
817
- * synthezised unpacked argument with the name indicated by `c`.
817
+ * synthesized unpacked argument with the name indicated by `c`.
818
818
*/
819
819
predicate kwUnpackReadStep ( CfgNode nodeFrom , DictionaryElementContent c , Node nodeTo ) {
820
820
exists ( CallNode call , CallableValue callable , string name |
0 commit comments