Fix typo an managment -> management

This commit is contained in:
Benjamin Drung 2015-11-03 17:43:58 +01:00
parent cb01da81c6
commit 50eea287f3

View file

@ -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()
``````