minor typo fixes

This commit is contained in:
Bernardo Damele
2012-07-17 00:25:02 +01:00
parent c9bbd14f34
commit 318a01b867
2 changed files with 2 additions and 2 deletions

View File

@@ -1000,7 +1000,7 @@ def checkConnection(suppressOutput=False):
errMsg = "unable to retrieve page content"
raise sqlmapConnectionException, errMsg
elif wasLastRequestDBMSError():
warnMsg = "there is a DBMS error found in the HTTP response body"
warnMsg = "there is a DBMS error found in the HTTP response body "
warnMsg += "which could interfere with the results of the tests"
logger.warn(warnMsg)
elif wasLastRequestHTTPError():