From b313c33a8ea13fd6ccde8c94c254173d87c9f9c4 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 13 Jul 2021 02:05:35 +0200 Subject: net.server_epoll: Fix typo --- net/server_epoll.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/server_epoll.lua b/net/server_epoll.lua index f93809b4..ec27861c 100644 --- a/net/server_epoll.lua +++ b/net/server_epoll.lua @@ -54,7 +54,7 @@ local default_config = { __index = { -- 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 -- cgit v1.2.3