Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: François Cami <[email protected]>
  • Loading branch information
fcami committed Mar 22, 2024
1 parent f61979e commit 0148b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kdcproxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def __await_reply(self, pr, rsocks, wsocks, timeout):
sock.sendall(pr.request)
extra = 10 # New connections get 10 extra seconds
except Exception as e:
logging.warning("Conection broken while writing (%s)", e)
logging.warning("Connection broken while writing (%s)", e)
continue
rsocks.append(sock)
wsocks.remove(sock)
Expand Down

0 comments on commit 0148b1c

Please sign in to comment.