Skip to content

Commit

Permalink
Update adafruit_wiznet5k/adafruit_wiznet5k_socketpool.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert authored May 20, 2024
1 parent b77a43e commit ebf4677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_wiznet5k/adafruit_wiznet5k_socketpool.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
class SocketPool:
"""WIZNET5K SocketPool library"""

# These must match circuitpython "socketpoool" values. However, we cannot
# These must match circuitpython "socketpool" values. However, we cannot
# depend on socketpool being importable, so hard-code them here.
SOCK_STREAM = 1
SOCK_DGRAM = 2
Expand Down

0 comments on commit ebf4677

Please sign in to comment.