From 588815d7a3f3c609f90a143275437440af4fbc36 Mon Sep 17 00:00:00 2001 From: Colinatorr <69719906+Colinatorr@users.noreply.github.com> Date: Sun, 18 Jul 2021 10:53:29 +0200 Subject: [PATCH] fix: typo --- lib/controller/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index ef382cf7b..820e780a3 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -435,7 +435,7 @@ def checkSqlInjection(place, parameter, value): origValue = origValue.split(kb.customInjectionMark)[0] origValue = re.search(r"(\w*)\Z", origValue).group(1) - # Threat the parameter original value according to the + # Treat the parameter original value according to the # test's tag if where == PAYLOAD.WHERE.ORIGINAL or conf.prefix: if kb.tamperFunctions: