# HG changeset patch # User Kim Alvefur # Date 1643989161 -3600 # Node ID 99560987ea194aadc5d170012a6ccf44166ea1a8 # Parent 7adfd5d2957660c3fa9be5381ded7347f480340e mod_admin_shell: Fix typo in comment [codespell] diff -r 7adfd5d29576 -r 99560987ea19 plugins/mod_admin_shell.lua --- 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