Fix typos

lintian found several spelling errors.

Pull request: https://github.com/saltstack/salt/pull/41404

Signed-off-by: Benjamin Drung <benjamin.drung@profitbricks.com>
Signed-off-by: Steffen Kockel <steffen.kockel@profitbricks.com>
This commit is contained in:
Benjamin Drung 2017-05-24 11:40:44 +02:00 committed by Steffen Kockel
parent eb91ae8b6e
commit 319b513183
3 changed files with 5 additions and 5 deletions

View file

@ -95,7 +95,7 @@ echoinfo() {
#--- FUNCTION -------------------------------------------------------------------------------------------------------
# NAME: echowarn
# DESCRIPTION: Echo warning informations to stdout.
# DESCRIPTION: Echo warning information to stdout.
#----------------------------------------------------------------------------------------------------------------------
echowarn() {
printf "${YC} * WARN${EC}: %s\n" "$@";
@ -338,7 +338,7 @@ __usage() {
-U If set, fully upgrade the system prior to bootstrapping Salt
-I If set, allow insecure connections while downloading any files. For
example, pass '--no-check-certificate' to 'wget' or '--insecure' to
'curl'. On Debian and Ubuntu, using this option with -U allows to obtain
'curl'. On Debian and Ubuntu, using this option with -U allows obtaining
GnuPG archive keys insecurely if distro has changed release signatures.
-F Allow copied files to overwrite existing (config, init.d, etc)
-K If set, keep the temporary files in the temporary directories specified

View file

@ -144,7 +144,7 @@ def rpc(cmd=None, dest=None, format='xml', **kwargs):
The rpc to be executed. (default = None)
Optional
* dest:
Destination file where the rpc ouput is stored. (default = None)
Destination file where the rpc output is stored. (default = None)
Note that the file will be stored on the proxy minion. To push the
files to the master use the salt's following execution module:
:py:func:`cp.push <salt.modules.cp.push>`

View file

@ -99,7 +99,7 @@ def _filter_dict(input_dict, search_key, search_value):
def _explicit_close(napalm_device):
'''
Will explicitely close the config session with the network device,
Will explicily close the config session with the network device,
when running in a now-always-alive proxy minion or regular minion.
This helper must be used in configuration-related functions,
as the session is preserved and not closed before making any changes.
@ -137,7 +137,7 @@ def _config_logic(napalm_device,
# then the decorator will make sure that
# if not proxy (when the connection is always alive)
# and the `inherit_napalm_device` is set,
# `napalm_device` will be overriden.
# `napalm_device` will be overridden.
# See `salt.utils.napalm.proxy_napalm_wrap` decorator.
loaded_result['already_configured'] = False