mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo an managment -> management
This commit is contained in:
parent
cb01da81c6
commit
50eea287f3
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ By default, the package database is stored using the ``sqlite3`` module. This
|
|||
module was chosen because support for SQLite3 is built into Python itself.
|
||||
|
||||
Modules for managing the package database are stored in the ``salt/spm/pkgdb/``
|
||||
directory. A number of functions must exist to support database managment.
|
||||
directory. A number of functions must exist to support database management.
|
||||
|
||||
|
||||
init()
|
||||
|
@ -154,7 +154,7 @@ installed on.
|
|||
|
||||
Modules for managing the package database are stored in the
|
||||
``salt/spm/pkgfiles/`` directory. A number of functions must exist to support
|
||||
file managment.
|
||||
file management.
|
||||
|
||||
init()
|
||||
``````
|
||||
|
|
Loading…
Add table
Reference in a new issue