changeset 1269:69d42d2427f7

mod_s2s_auth_dane: Fix typo in comment (thanks albert)
author Kim Alvefur <zash@zash.se>
date Sat, 04 Jan 2014 23:12:32 +0100
parents 854a3933cfcd
children 7c3c3343365c
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	Sat Jan 04 16:50:57 2014 -0500
+++ b/mod_s2s_auth_dane/mod_s2s_auth_dane.lua	Sat Jan 04 23:12:32 2014 +0100
@@ -1,6 +1,6 @@
 -- mod_s2s_auth_dane
 --
--- Between the DNS lookup and the chertificate validation, there is a race condition.
+-- Between the DNS lookup and the certificate validation, there is a race condition.
 -- Solving that probably requires changes to mod_s2s, like using util.async