Fix typos of dependency

This commit is contained in:
Benjamin Drung 2015-11-03 17:34:00 +01:00
parent 3a5e2e3437
commit 8edd2c1add
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ Salt copy copies a local file out to all of the Salt minions matched by the
given target.
Note: salt-cp uses salt's publishing mechanism. This means the privacy of the
contents of the file on the wire are completely dependant upon the transport
contents of the file on the wire is completely dependent upon the transport
in use. In addition, if the salt-master is running with debug logging it is
possible that the contents of the file will be logged to disk.

View file

@ -518,7 +518,7 @@ If a "fallback_function" is defined, it will replace the function instead of rem
'''
return True
In addition to global dependancies the depends decorator also supports raw booleans.
In addition to global dependencies the depends decorator also supports raw booleans.
.. code-block:: python