Issue #2417 (most probably -> most likely)

This commit is contained in:
Miroslav Stampar
2017-02-27 22:14:52 +01:00
parent 7ea524800a
commit b18444f215
6 changed files with 11 additions and 11 deletions

View File

@@ -70,7 +70,7 @@ def tableExists(tableFile, regex=None):
if result:
errMsg = "can't use table existence check because of detected invalid results "
errMsg += "(most probably caused by inability of the used injection "
errMsg += "(most likely caused by inability of the used injection "
errMsg += "to distinguish erroneous results)"
raise SqlmapDataException(errMsg)
@@ -178,7 +178,7 @@ def columnExists(columnFile, regex=None):
if result:
errMsg = "can't use column existence check because of detected invalid results "
errMsg += "(most probably caused by inability of the used injection "
errMsg += "(most likely caused by inability of the used injection "
errMsg += "to distinguish erroneous results)"
raise SqlmapDataException(errMsg)