diff mod_s2s_auth_dane/mod_s2s_auth_dane.lua @ 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 90a444ccaa8e
children cf2bdb2aaa57
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