Spelling, lint.

This commit is contained in:
C. R. Oldham 2015-10-16 12:49:06 -06:00
parent 76a93d5922
commit 8b4067b6db
2 changed files with 1 additions and 2 deletions

View file

@ -394,7 +394,7 @@ VALID_OPTS = {
'range_server': str,
# The tcp keepalive interval to set on TCP ports. This setting can be used to tune salt connectivity
# issues in messy network environments with misbeahving firewalls
# issues in messy network environments with misbehaving firewalls
'tcp_keepalive': bool,
# Sets zeromq TCP keepalive idle. May be used to tune issues with minion disconnects

View file

@ -49,7 +49,6 @@ def init(opts):
except TerminalException as e:
log.error(e)
return False
pass
def shutdown(opts):