From 7fbeebc4d9f427fe9339b817c5501d7e746c447a Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 3 Jun 2010 08:55:13 +0000 Subject: [PATCH] grammar fix --- lib/techniques/blind/inference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/techniques/blind/inference.py b/lib/techniques/blind/inference.py index a760e62e7..0608fe196 100644 --- a/lib/techniques/blind/inference.py +++ b/lib/techniques/blind/inference.py @@ -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