minor cosmetic update ("heuristics shows" is not grammatically correct)

This commit is contained in:
Miroslav Stampar 2010-12-06 18:47:22 +00:00
parent d336f1df23
commit 9ccc8f90a3

View File

@ -446,7 +446,7 @@ def heuristicCheckSqlInjection(place, parameter, value):
Request.queryPage(payload, place, raise404=False)
result = wasLastRequestDBMSError()
infoMsg = "heuristics shows that %s " % place
infoMsg = "heuristic test shows that %s " % place
infoMsg += "parameter '%s' might " % parameter
if result: