grammar fix

This commit is contained in:
Miroslav Stampar
2012-03-13 22:03:23 +00:00
parent edfcddd3c3
commit a7fbc55748
5 changed files with 7 additions and 7 deletions

View File

@@ -129,7 +129,7 @@ def checkSqlInjection(place, parameter, value):
if not any(re.search(conf.testFilter, str(item), re.I) for item in [test.title, test.vector,\
test.details.dbms if "details" in test and "dbms" in test.details else ""]):
debugMsg = "skipping test '%s' because " % title
debugMsg += "it's name/vector/dbms is not included by the given filter"
debugMsg += "its name/vector/dbms is not included by the given filter"
logger.debug(debugMsg)
continue
else: