Skip to content

Commit f93c44a

Browse files
committed
Python: Fix typo
1 parent 1d462ae commit f93c44a

File tree

1 file changed

+1
-1
lines changed
  • python/ql/test/experimental/dataflow/tainttracking/unwanted-global-flow

1 file changed

+1
-1
lines changed

python/ql/test/experimental/dataflow/tainttracking/unwanted-global-flow/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def use_of_initially_tainted2():
4040
ensure_not_tainted(initially_tainted2)
4141

4242

43-
# Flow via global assigment
43+
# Flow via global assignment
4444

4545
def write_tainted():
4646
global g

0 commit comments

Comments
 (0)