Language fix

This commit is contained in:
stamparm 2013-04-29 12:14:00 +02:00
parent 96847de370
commit 3266c6c1f1

View File

@ -146,7 +146,7 @@ class Abstraction(Web, UDF, Xp_cmdshell):
return
if not conf.direct and not isStackingAvailable():
errMsg = "stacked queries is not supported hence sqlmap cannot "
errMsg = "stacked queries are not supported hence sqlmap cannot "
errMsg += "execute statements as another user. The execution "
errMsg += "will continue and the DBMS credentials provided "
errMsg += "will simply be ignored"