Fix typo fucntion -> function

This commit is contained in:
Benjamin Drung 2016-04-04 14:47:12 +02:00
parent 0c9e4c8c80
commit 0f2c779b90
2 changed files with 2 additions and 2 deletions

View File

@ -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 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 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 integration test examples do above.
The call to ``cp.get_file`` returns an empty string when a ``hash_file`` isn't found. The call to ``cp.get_file`` returns an empty string when a ``hash_file`` isn't found.

View File

@ -2490,7 +2490,7 @@ def delete_virtual(hostname, username, password, name):
def list_monitor(hostname, username, password, monitor_type, 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 hostname
The host/address of the bigip device The host/address of the bigip device