Changeset

11671:4e4e26e3df8d

net.server_epoll: Fix typo
author Kim Alvefur <zash@zash.se>
date Tue, 13 Jul 2021 02:05:35 +0200
parents 11670:7f6c816a2c09
children 11672:79f8e29e88a0
files net/server_epoll.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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