grammar fix

This commit is contained in:
Miroslav Stampar 2010-06-03 08:55:13 +00:00
parent 464f171a8c
commit 7fbeebc4d9

View File

@ -453,6 +453,6 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
dataToSessionFile("]\n")
if conf.threadException:
raise sqlmapThreadException, "something unexpected happen into the threads"
raise sqlmapThreadException, "something unexpected happened inside the threads"
return queriesCount[0], finalValue