From b15a8e136020b8fa5e8adc19740fa5f6bc1897e4 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 20 Jan 2023 18:16:10 +0100 Subject: mod_admin_socket: Fix typo in comments Introduced in 6966026262f4 --- plugins/mod_admin_socket.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mod_admin_socket.lua') diff --git a/plugins/mod_admin_socket.lua b/plugins/mod_admin_socket.lua index c4e1d260..38947a44 100644 --- a/plugins/mod_admin_socket.lua +++ b/plugins/mod_admin_socket.lua @@ -8,7 +8,7 @@ if have_unix and type(unix) == "function" then -- constructor was exported instead of a module table. Due to the lack of a -- proper release of LuaSocket, distros have settled on shipping either the -- last RC tag or some commit since then. - -- Here we accomodate both variants. + -- Here we accommodate both variants. unix = { stream = unix }; end if not have_unix or type(unix) ~= "table" then -- cgit v1.2.3