diff options
author | Kim Alvefur <zash@zash.se> | 2022-02-04 16:39:21 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-02-04 16:39:21 +0100 |
commit | 0bff4f57cc13dd29530bfc916c8bd890d47262f4 (patch) | |
tree | d254b5b2abdb91553530300bf765a750c13849ea /plugins | |
parent | b9170457854e177a50d77a758900256baf44d4ac (diff) | |
download | prosody-0bff4f57cc13dd29530bfc916c8bd890d47262f4.tar.gz prosody-0bff4f57cc13dd29530bfc916c8bd890d47262f4.zip |
mod_admin_shell: Fix typo in comment [codespell]
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_admin_shell.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_admin_shell.lua b/plugins/mod_admin_shell.lua index 903aaf3e..13ab213f 100644 --- a/plugins/mod_admin_shell.lua +++ b/plugins/mod_admin_shell.lua @@ -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 |