Fix typos

Found via `codespell -S ./arjun/db -L splitted`
This commit is contained in:
Kian-Meng Ang
2022-09-29 22:22:17 +08:00
parent 8595d2ba7e
commit d7aba7080d
3 changed files with 3 additions and 3 deletions

View File

@@ -149,7 +149,7 @@ def initialize(request, wordlist, single_url=False):
if len(param_groups) > prev_chunk_count:
response_3 = requester(request, {fuzz: fuzz[::-1]})
if compare(response_3, factors, {fuzz: fuzz[::-1]}) != '':
print('%s Target is misbehaving. Try the --stable swtich.' % bad)
print('%s Target is misbehaving. Try the --stable switch.' % bad)
return []
if mem.var['kill']:
return 'skipped'