Skip to content

Commit ebf4677

Browse files
authored
Update adafruit_wiznet5k/adafruit_wiznet5k_socketpool.py
1 parent b77a43e commit ebf4677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_wiznet5k/adafruit_wiznet5k_socketpool.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
class SocketPool:
4141
"""WIZNET5K SocketPool library"""
4242

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

0 commit comments

Comments
 (0)