Software /
code /
prosody-modules
Changeset
2871:c3317f61f3f9
mod_admin_web: Fix typo in comment [codespell]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 04 Feb 2018 15:58:09 +0100 |
parents | 2870:d8325dfb6a13 |
children | 2872:8f17da746479 |
files | mod_admin_web/admin_web/mod_admin_web.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_admin_web/admin_web/mod_admin_web.lua Sun Feb 04 15:57:52 2018 +0100 +++ b/mod_admin_web/admin_web/mod_admin_web.lua Sun Feb 04 15:58:09 2018 +0100 @@ -223,7 +223,7 @@ end end - -- Add incomming s2s sessions + -- Add incoming s2s sessions for session in pairs(incoming_s2s) do if session.to_host == module.host then add_host(session, "in", module.host);