Minor language cleanup

This commit is contained in:
Miroslav Stampar
2012-10-04 18:28:36 +02:00
parent 8865fe69d7
commit f71b937add
6 changed files with 8 additions and 8 deletions

View File

@@ -57,7 +57,7 @@ class Entries:
if conf.db is None or conf.db == CURRENT_DB:
if conf.db is None:
warnMsg = "missing database parameter, sqlmap is going "
warnMsg = "missing database parameter. sqlmap is going "
warnMsg += "to use the current database to enumerate "
warnMsg += "table(s) entries"
logger.warn(warnMsg)