mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo fucntion -> function
This commit is contained in:
parent
0c9e4c8c80
commit
0f2c779b90
2 changed files with 2 additions and 2 deletions
|
@ -405,7 +405,7 @@ testing the call to ``cp.hash_file``, which is used in ``cp.get_file``.
|
|||
|
||||
Note that Salt's ``cp`` module is imported at the top of the file, along with all
|
||||
of the other necessary testing imports. The ``get_file`` function is then called
|
||||
directed in the testing function, instead of using the ``run_fucntion`` method as
|
||||
directed in the testing function, instead of using the ``run_function`` method as
|
||||
the integration test examples do above.
|
||||
|
||||
The call to ``cp.get_file`` returns an empty string when a ``hash_file`` isn't found.
|
||||
|
|
|
@ -2490,7 +2490,7 @@ def delete_virtual(hostname, username, password, name):
|
|||
|
||||
def list_monitor(hostname, username, password, monitor_type, name):
|
||||
'''
|
||||
A fucntion to list an exsiting monitor.
|
||||
A function to list an exsiting monitor.
|
||||
|
||||
hostname
|
||||
The host/address of the bigip device
|
||||
|
|
Loading…
Add table
Reference in a new issue