We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90aa65a commit 2f8c515Copy full SHA for 2f8c515
python/ql/lib/semmle/python/dataflow/new/internal/LocalSources.qll
@@ -185,7 +185,7 @@ private module Cached {
185
/**
186
* Holds if `source` is a `LocalSourceNode` that can reach `sink` via local flow steps.
187
*
188
- * The slightly backwards parametering ordering is to force correct indexing.
+ * The slightly backwards parameter ordering is to force correct indexing.
189
*/
190
cached
191
predicate hasLocalSource(Node sink, LocalSourceNode source) {
0 commit comments