Skip to content

Commit 2f8c515

Browse files
committed
spelling: parameter
Signed-off-by: Josh Soref <[email protected]>
1 parent 90aa65a commit 2f8c515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ private module Cached {
185185
/**
186186
* Holds if `source` is a `LocalSourceNode` that can reach `sink` via local flow steps.
187187
*
188-
* The slightly backwards parametering ordering is to force correct indexing.
188+
* The slightly backwards parameter ordering is to force correct indexing.
189189
*/
190190
cached
191191
predicate hasLocalSource(Node sink, LocalSourceNode source) {

0 commit comments

Comments
 (0)