Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed May 24, 2024
1 parent 9a5d40d commit d9d187f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zinolib/controllers/zino1.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def check_connection(self):
self._connected = True
return True
self._connected = False
raise self.SocektError("Push socket reports failure, fileno = -1")
raise self.SocketError("Push socket reports failure, fileno = -1")

def get_event_update(self):
"""
Expand Down

0 comments on commit d9d187f

Please sign in to comment.