mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Minor language fix
This commit is contained in:
parent
6e2fce66aa
commit
f3aa09c794
3 changed files with 5 additions and 5 deletions
|
|
@ -185,7 +185,7 @@ class UDF:
|
|||
logger.warn(warnMsg)
|
||||
|
||||
if not conf.shLib:
|
||||
msg = "which is the local path of the shared library? "
|
||||
msg = "what is the local path of the shared library? "
|
||||
|
||||
while True:
|
||||
self.udfLocalFile = readInput(msg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue