Merge pull request #15020 from Jille/typos

Fix two typos in docs
This commit is contained in:
Joseph Hall 2014-08-15 08:21:13 -06:00
commit e90b55650e
2 changed files with 2 additions and 2 deletions

View file

@ -93759,7 +93759,7 @@ When we are asked to update (regular interval) lets reap the cache
#
# mine_get:
# foo.example.com:
# \- network.inetrfaces
# \- network.interfaces
# web.*:
# \- network.*
# \- disk.*

View file

@ -1825,7 +1825,7 @@ def owner(*paths):
.. versionadded:: 2014.7.0
Return the name of the package that owns the file. Multiple file paths can
be passed. Like :mod:`pkg.version <salt.modules.aptpkg.version`, if a
be passed. Like :mod:`pkg.version <salt.modules.aptpkg.version>`, if a
single path is passed, a string will be returned, and if multiple paths are
passed, a dictionary of file/package name pairs will be returned.