Fixed a typo in the new telnet protocol when logging out.

This commit is contained in:
Griatch 2010-12-07 02:55:16 +00:00
parent 251f94aa7a
commit e7b3916aec

View file

@ -101,7 +101,7 @@ class TelnetProtocol(StatefulTelnetProtocol, session.Session):
"""
if reason:
self.lineSend(reason)
self.connectionLost(reasoon)
self.connectionLost(reason)
def at_data_out(self, string, data=None):
"""