Software / code / prosody
Comparison
plugins/mod_admin_shell.lua @ 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 |
| parent | 12229:30ea791ce817 |
| child | 12281:9016071867d7 |
comparison
equal
deleted
inserted
replaced
| 12257:7adfd5d29576 | 12258:99560987ea19 |
|---|---|
| 337 for column, spec in iterators.sorted_pairs(available_columns) do | 337 for column, spec in iterators.sorted_pairs(available_columns) do |
| 338 print(row({ column, spec.title, spec.description })); | 338 print(row({ column, spec.title, spec.description })); |
| 339 end | 339 end |
| 340 print [[]] | 340 print [[]] |
| 341 print [[Most fields on the internal session structures can also be used as columns]] | 341 print [[Most fields on the internal session structures can also be used as columns]] |
| 342 -- Also, you can pass a table column specification directly, with mapper callabck and all | 342 -- Also, you can pass a table column specification directly, with mapper callback and all |
| 343 end | 343 end |
| 344 end | 344 end |
| 345 | 345 |
| 346 -- Session environment -- | 346 -- Session environment -- |
| 347 -- Anything in def_env will be accessible within the session as a global variable | 347 -- Anything in def_env will be accessible within the session as a global variable |