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: