mod_admin_shell: Fix typo in comment [codespell]
authorKim Alvefur <zash@zash.se>
Fri, 04 Feb 2022 16:39:21 +0100
changeset 12262 99560987ea19
parent 12261 7adfd5d29576
child 12263 57792ed670e7
mod_admin_shell: Fix typo in comment [codespell]
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