mod_s2s_auth_dane: Fix typo in comment [codespell]
authorKim Alvefur <zash@zash.se>
Sun, 04 Feb 2018 15:55:07 +0100
changeset 2873 77498ea07795
parent 2872 f90cf59bee8e
child 2874 d8325dfb6a13
mod_s2s_auth_dane: Fix typo in comment [codespell]
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