mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Typo fix
This commit is contained in:
@@ -96,7 +96,7 @@ class Fingerprint(GenericFingerprint):
|
||||
result = Request.queryPage(payload)
|
||||
|
||||
if not result:
|
||||
warnMsg = "the back-end DMBS is not Oracle"
|
||||
warnMsg = "the back-end DBMS is not Oracle"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
return False
|
||||
@@ -122,7 +122,7 @@ class Fingerprint(GenericFingerprint):
|
||||
|
||||
return True
|
||||
else:
|
||||
warnMsg = "the back-end DMBS is not Oracle"
|
||||
warnMsg = "the back-end DBMS is not Oracle"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user