aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2022-02-04 16:39:21 +0100
committerKim Alvefur <zash@zash.se>2022-02-04 16:39:21 +0100
commit0bff4f57cc13dd29530bfc916c8bd890d47262f4 (patch)
treed254b5b2abdb91553530300bf765a750c13849ea /plugins
parentb9170457854e177a50d77a758900256baf44d4ac (diff)
downloadprosody-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.lua2
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