Skip to content

Commit d5c6092

Browse files
committed
Python: Fix typo (trakcing => tracking)
1 parent c25782d commit d5c6092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/web/django/Response.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ private ClassValue theDjangoHttpResponseClass() {
1818
not result = theDjangoHttpRedirectClass()
1919
}
2020

21-
/** internal class used for trakcing a django response. */
21+
/** internal class used for tracking a django response. */
2222
private class DjangoResponseSource extends TaintSource {
2323
DjangoResponseSource() {
2424
exists(ClassValue cls |

0 commit comments

Comments
 (0)