We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a587c2 commit 5029758Copy full SHA for 5029758
adafruit_esp32spi/adafruit_esp32spi_wsgiserver.py
@@ -74,7 +74,7 @@ def start(self):
74
ip = _the_interface.pretty_ip(_the_interface.ip_address)
75
print("Server available at {0}:{1}".format(ip, self.port))
76
print(
77
- "Sever status: ",
+ "Server status: ",
78
_the_interface.server_state(self._server_sock.socknum),
79
)
80
0 commit comments