net.server_epoll: Fix typo
authorKim Alvefur <zash@zash.se>
Tue, 13 Jul 2021 02:05:35 +0200
changeset 11675 4e4e26e3df8d
parent 11674 7f6c816a2c09
child 11676 79f8e29e88a0
net.server_epoll: Fix typo
net/server_epoll.lua
--- a/net/server_epoll.lua	Sun Jul 11 12:41:32 2021 +0200
+++ b/net/server_epoll.lua	Tue Jul 13 02:05:35 2021 +0200
@@ -54,7 +54,7 @@
 	-- If accepting a new incoming connection fails, wait this long before trying again
 	accept_retry_interval = 10;
 
-	-- If there is still more data to read from LuaSocktes buffer, wait this long and read again
+	-- If there is still more data to read from LuaSockets buffer, wait this long and read again
 	read_retry_delay = 1e-06;
 
 	-- Size of chunks to read from sockets