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
306e96331d
commit
66c82d72e4
11 changed files with 19 additions and 19 deletions
|
|
@ -97,7 +97,7 @@ class Fingerprint(GenericFingerprint):
|
|||
result = Request.queryPage(payload)
|
||||
|
||||
if not result:
|
||||
warnMsg = "the back-end DMBS is not PostgreSQL"
|
||||
warnMsg = "the back-end DBMS is not PostgreSQL"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
return False
|
||||
|
|
@ -142,7 +142,7 @@ class Fingerprint(GenericFingerprint):
|
|||
|
||||
return True
|
||||
else:
|
||||
warnMsg = "the back-end DMBS is not PostgreSQL"
|
||||
warnMsg = "the back-end DBMS is not PostgreSQL"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
return False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue