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
7152a1ed3b
commit
8978fded03
5 changed files with 11 additions and 11 deletions
|
|
@ -14,7 +14,7 @@ from lib.core.exception import sqlmapMissingDependence
|
|||
from lib.core.settings import DBMS_DICT
|
||||
from lib.core.settings import IS_WIN
|
||||
|
||||
def checkDependences():
|
||||
def checkDependencies():
|
||||
missing_libraries = set()
|
||||
|
||||
for dbmsName, data in DBMS_DICT.items():
|
||||
|
|
@ -103,4 +103,4 @@ def checkDependences():
|
|||
missing_libraries.add('python-pyreadline')
|
||||
|
||||
if len(missing_libraries) == 0:
|
||||
infoMsg = "all dependences are installed"
|
||||
infoMsg = "all dependencies are installed"
|
||||
Loading…
Add table
Add a link
Reference in a new issue