Software /
code /
prosody
Changeset
12258:99560987ea19
mod_admin_shell: Fix typo in comment [codespell]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 04 Feb 2022 16:39:21 +0100 |
parents | 12257:7adfd5d29576 |
children | 12259:57792ed670e7 |
files | plugins/mod_admin_shell.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_admin_shell.lua Fri Feb 04 15:42:13 2022 +0000 +++ b/plugins/mod_admin_shell.lua Fri Feb 04 16:39:21 2022 +0100 @@ -339,7 +339,7 @@ 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