Fix a typo within salt/transport/tcp.py

Fix underylying --> underlying
This commit is contained in:
Emil 'Skeen' Madsen 2020-05-06 19:22:46 +02:00 committed by Daniel Wozniak
parent 24cec5b2cf
commit b24b89debf

View file

@ -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: