Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7fbeebc

Browse files
committed
grammar fix
1 parent 464f171 commit 7fbeebc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/techniques/blind/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,6 @@ def downloadThread():
453453
dataToSessionFile("]\n")
454454

455455
if conf.threadException:
456-
raise sqlmapThreadException, "something unexpected happen into the threads"
456+
raise sqlmapThreadException, "something unexpected happened inside the threads"
457457

458458
return queriesCount[0], finalValue

0 commit comments

Comments
 (0)