mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
Fix several typos
This commit is contained in:
parent
c557637299
commit
2cc604e356
4 changed files with 4 additions and 4 deletions
|
|
@ -487,7 +487,7 @@ def start():
|
|||
check = checkDynParam(place, parameter, value)
|
||||
|
||||
if not check:
|
||||
warnMsg = "%s parameter '%s' does not appear dynamic" % (paramType, parameter)
|
||||
warnMsg = "%s parameter '%s' does not appear to be dynamic" % (paramType, parameter)
|
||||
logger.warn(warnMsg)
|
||||
|
||||
if conf.skipStatic:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue