# HG changeset patch # User Kim Alvefur # Date 1674234970 -3600 # Node ID c35afa353f8f68a9ef37692e268c3338928297f3 # Parent ffa75a9ce907b9283939c010fbe64e967409ae29 mod_admin_socket: Fix typo in comments Introduced in 6966026262f4 diff -r ffa75a9ce907 -r c35afa353f8f plugins/mod_admin_socket.lua --- a/plugins/mod_admin_socket.lua Thu Jan 19 21:14:31 2023 +0100 +++ b/plugins/mod_admin_socket.lua Fri Jan 20 18:16:10 2023 +0100 @@ -8,7 +8,7 @@ -- 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 diff -r ffa75a9ce907 -r c35afa353f8f util/adminstream.lua --- a/util/adminstream.lua Thu Jan 19 21:14:31 2023 +0100 +++ b/util/adminstream.lua Fri Jan 20 18:16:10 2023 +0100 @@ -145,7 +145,7 @@ -- 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 type(unix) ~= "table" then