# HG changeset patch # User Kim Alvefur # Date 1517756107 -3600 # Node ID 77498ea077951ab17584f43c463c9231ae4dc1a5 # Parent f90cf59bee8ee983bd04d78d7afd51a194cfafe0 mod_s2s_auth_dane: Fix typo in comment [codespell] diff -r f90cf59bee8e -r 77498ea07795 mod_s2s_auth_dane/mod_s2s_auth_dane.lua --- 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