Update python/ql/test/experimental/dataflow/TestUtil/RoutingTest.qll

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
yoff
2021-01-20 16:11:40 +01:00
committed by GitHub
parent 23d3343bfb
commit 3fc085ff38

View File

@@ -4,7 +4,7 @@ import TestUtilities.InlineExpectationsTest
import experimental.dataflow.TestUtil.PrintNode
/**
* A routing test is designed to test that vlues are routed to the
* A routing test is designed to test that values are routed to the
* correct arguments of the correct functions. It is assumed that
* the functions tested sink their arguments sequentially, that is
* `SINK1(arg1)`, etc.