@@ -668,7 +668,7 @@ predicate attributeStoreStep(Node nodeFrom, AttributeContent c, PostUpdateNode n
668668}
669669
670670/**
671- * Holds if `nodeFrom` flows into the synthezised positional overflow argument (`nodeTo`)
671+ * Holds if `nodeFrom` flows into the synthesized positional overflow argument (`nodeTo`)
672672 * at the position indicated by `c`.
673673 */
674674predicate posOverflowStoreStep ( CfgNode nodeFrom , TupleElementContent c , Node nodeTo ) {
@@ -680,7 +680,7 @@ predicate posOverflowStoreStep(CfgNode nodeFrom, TupleElementContent c, Node nod
680680}
681681
682682/**
683- * Holds if `nodeFrom` flows into the synthezised keyword overflow argument (`nodeTo`)
683+ * Holds if `nodeFrom` flows into the synthesized keyword overflow argument (`nodeTo`)
684684 * at the key indicated by `c`.
685685 */
686686predicate kwOverflowStoreStep ( CfgNode nodeFrom , DictionaryElementContent c , Node nodeTo ) {
@@ -814,7 +814,7 @@ predicate attributeReadStep(Node nodeFrom, AttributeContent c, AttrRead nodeTo)
814814
815815/**
816816 * 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`.
818818 */
819819predicate kwUnpackReadStep ( CfgNode nodeFrom , DictionaryElementContent c , Node nodeTo ) {
820820 exists ( CallNode call , CallableValue callable , string name |
0 commit comments