mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-02-03 03:59:04 +00:00
Minor language fix
This commit is contained in:
@@ -90,7 +90,7 @@ def _comparison(page, headers, code, getRatioValue, pageLength):
|
||||
|
||||
if kb.nullConnection and pageLength:
|
||||
if not seqMatcher.a:
|
||||
errMsg = "problem occured while retrieving original page content "
|
||||
errMsg = "problem occurred while retrieving original page content "
|
||||
errMsg += "which prevents sqlmap from continuation. Please rerun, "
|
||||
errMsg += "and if the problem persists turn off any optimization switches"
|
||||
raise SqlmapNoneDataException(errMsg)
|
||||
|
||||
Reference in New Issue
Block a user