Skip to content

Commit 3a38da0

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ predicate jumpStep(Node nodeFrom, Node nodeTo) {
459459
* Set of jumpSteps that are shared with type-tracker implementation.
460460
*
461461
* For ORM modeling we want to add jumpsteps to global dataflow, but since these are
462-
* based on type-trackers, it's important that these new ORM jumsteps are not used in
462+
* based on type-trackers, it's important that these new ORM jumpsteps are not used in
463463
* the type-trackers as well, as that would make evaluation of type-tracking recursive
464464
* with the new jumpsteps.
465465
*
@@ -485,7 +485,7 @@ predicate jumpStepSharedWithTypeTracker(Node nodeFrom, Node nodeTo) {
485485
* Set of jumpSteps that are NOT shared with type-tracker implementation.
486486
*
487487
* For ORM modeling we want to add jumpsteps to global dataflow, but since these are
488-
* based on type-trackers, it's important that these new ORM jumsteps are not used in
488+
* based on type-trackers, it's important that these new ORM jumpsteps are not used in
489489
* the type-trackers as well, as that would make evaluation of type-tracking recursive
490490
* with the new jumpsteps.
491491
*

0 commit comments

Comments
 (0)