Diff

plugins/mod_admin_socket.lua @ 12852:c35afa353f8f

mod_admin_socket: Fix typo in comments Introduced in 6966026262f4
author Kim Alvefur <zash@zash.se>
date Fri, 20 Jan 2023 18:16:10 +0100
parent 12418:dd47adf74e93
child 12888:b8504b71735d
line wrap: on
line diff
--- 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