From 9ccc8f90a34d56dd78038fc6162bd3111d4cbf02 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 6 Dec 2010 18:47:22 +0000 Subject: [PATCH] minor cosmetic update ("heuristics shows" is not grammatically correct) --- lib/controller/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index d7e2b74e3..acdfb42fb 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -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: