diff options
Diffstat (limited to 'util/adminstream.lua')
-rw-r--r-- | util/adminstream.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/adminstream.lua b/util/adminstream.lua index 4075aa05..ba8ce0a0 100644 --- a/util/adminstream.lua +++ b/util/adminstream.lua @@ -145,7 +145,7 @@ local function new_connection(socket_path, listeners) -- 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 |