mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Fix a typo within salt/transport/tcp.py
Fix underylying --> underlying
This commit is contained in:
parent
24cec5b2cf
commit
b24b89debf
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@ class TCPReqServerChannel(
|
|||
@salt.ext.tornado.gen.coroutine
|
||||
def handle_message(self, stream, header, payload):
|
||||
"""
|
||||
Handle incoming messages from underylying tcp streams
|
||||
Handle incoming messages from underlying tcp streams
|
||||
"""
|
||||
try:
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue