mod_admin_shell: Fix typo in comment [codespell]

This commit is contained in:
Kim Alvefur 2022-02-04 16:39:21 +01:00
parent b917045785
commit 0bff4f57cc

View file

@ -339,7 +339,7 @@ function commands.help(session, data)
end
print [[]]
print [[Most fields on the internal session structures can also be used as columns]]
-- Also, you can pass a table column specification directly, with mapper callabck and all
-- Also, you can pass a table column specification directly, with mapper callback and all
end
end