Fix docstring, comment typos

This commit is contained in:
JOlson
2020-05-09 16:37:38 +12:00
committed by Jacob Plaster
parent 51803c87c9
commit 427e99710e
17 changed files with 52 additions and 43 deletions

View File

@@ -81,7 +81,7 @@ class GenericWebsocket:
def run(self):
"""
Starte the websocket connection. This functions spawns the initial socket
Start the websocket connection. This functions spawns the initial socket
thread and connection.
"""
self._start_new_socket()