mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-29 13:03:50 +03:00
english typo
This commit is contained in:
parent
d7da71ce8e
commit
8c04aa871a
|
@ -674,7 +674,7 @@ def dataToStdout(data, forceOutput=False):
|
||||||
warnMsg += "unhandled occurances will result in "
|
warnMsg += "unhandled occurances will result in "
|
||||||
warnMsg += "replacement with '?' character. Please, find "
|
warnMsg += "replacement with '?' character. Please, find "
|
||||||
warnMsg += "proper character representation inside "
|
warnMsg += "proper character representation inside "
|
||||||
warnMsg += "coresponding output files. "
|
warnMsg += "corresponding output files. "
|
||||||
singleTimeWarnMessage(warnMsg)
|
singleTimeWarnMessage(warnMsg)
|
||||||
|
|
||||||
sys.stdout.write(output)
|
sys.stdout.write(output)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user