Spelling.

This commit is contained in:
C. R. Oldham 2015-10-16 10:31:00 -06:00
parent c800f60338
commit 76a93d5922

View file

@ -86,7 +86,7 @@ VALID_OPTS = {
# Selects a random master when starting a minion up in multi-master mode
'master_shuffle': bool,
# When in mulit-master mode, temporarily remove a master from the list if a conenction
# When in multi-master mode, temporarily remove a master from the list if a conenction
# is interrupted and try another master in the list.
'master_alive_interval': int,
@ -239,7 +239,7 @@ VALID_OPTS = {
# The ipc strategy. (i.e., sockets versus tcp, etc)
'ipc_mode': str,
# Enable ipv6 support for deamons
# Enable ipv6 support for daemons
'ipv6': bool,
# The chunk size to use when streaming files with the file server