Python: typo

This commit is contained in:
Rasmus Lerchedahl Petersen
2020-06-26 12:00:24 +02:00
parent c5c1c4c0af
commit 43f85ef265

View File

@@ -1,5 +1,5 @@
# This should cover all the syntactical constructs that we hope to support
# Intended sources should be the variable `SOUCE` and intended sinks should be
# Intended sources should be the variable `SOURCE` and intended sinks should be
# arguments to the function `SINK` (see python/ql/test/experimental/dataflow/testConfig.qll).
#
# Functions whose name ends with "_with_local_flow" will also be tested for local flow.