mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Typo fix
This commit is contained in:
parent
b8f88a079a
commit
e42b63f51c
4 changed files with 6 additions and 6 deletions
|
|
@ -195,7 +195,7 @@ class UDF:
|
|||
|
||||
if not self.isDba():
|
||||
warnMsg = "functionality requested probably does not work because "
|
||||
warnMsg += "the curent session user is not a database administrator"
|
||||
warnMsg += "the current session user is not a database administrator"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
if not conf.shLib:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue