Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag committed Jan 7, 2014
1 parent a69b25b commit c28babe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bjoern.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def bind_and_listen(host, port=None, reuse_port=False):
else:
# IP socket
sock = socket.socket(socket.AF_INET)
# Set SO_REUSEADDR t make the IP address available for reuse
# Set SO_REUSEADDR to make the IP address available for reuse
sock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
if reuse_port:
# Enable "receive steering" on FreeBSD and Linux >=3.9. This allows
Expand Down

0 comments on commit c28babe

Please sign in to comment.