# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1626134735 -7200
# Node ID 4e4e26e3df8d150d1b51578676d2ace99d164d2b
# Parent  7f6c816a2c09ea304992af58a154d43a53857432
net.server_epoll: Fix typo

diff -r 7f6c816a2c09 -r 4e4e26e3df8d 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