Software /
code /
prosody-modules
Changeset
2869:77498ea07795
mod_s2s_auth_dane: Fix typo in comment [codespell]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 04 Feb 2018 15:55:07 +0100 |
parents | 2868:f90cf59bee8e |
children | 2870:d8325dfb6a13 |
files | mod_s2s_auth_dane/mod_s2s_auth_dane.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_s2s_auth_dane/mod_s2s_auth_dane.lua Thu Feb 01 10:58:19 2018 +0200 +++ b/mod_s2s_auth_dane/mod_s2s_auth_dane.lua Sun Feb 04 15:55:07 2018 +0100 @@ -241,7 +241,7 @@ return; -- Already done DANE lookup end dane_lookup(host_session, resume); - -- Let it run in parallell until we need to check the cert + -- Let it run in parallel until we need to check the cert end -- New outgoing connections