various: Spelling fixes

This commit is contained in:
Ville Skyttä
2017-05-29 10:08:14 +03:00
parent e5e49bedcb
commit ca16c38210
41 changed files with 49 additions and 49 deletions

View File

@@ -69,7 +69,7 @@ class TelnetToSerial:
self.tn.write(bytes(password, 'ascii') + b"\r\n")
if b'for more information.' in self.tn.read_until(b'Type "help()" for more information.', timeout=read_timeout):
# login succesful
# login successful
from collections import deque
self.fifo = deque()
return