mod_dnsupdate: Fix typo
authorKim Alvefur <zash@zash.se>
Fri, 04 Feb 2022 16:25:23 +0100
changeset 4886 28f6322fad50
parent 4885 09b8144051ea
child 4887 68bd8ae9b827
mod_dnsupdate: Fix typo
mod_dnsupdate/mod_dnsupdate.lua
--- a/mod_dnsupdate/mod_dnsupdate.lua	Wed Feb 02 11:22:50 2022 +0100
+++ b/mod_dnsupdate/mod_dnsupdate.lua	Fri Feb 04 16:25:23 2022 +0100
@@ -52,7 +52,7 @@
 	end
 	local ihost = idna_to_ascii(vhost);
 	if not ihost then
-		module:log("error", "Host %q falis IDNA", vhost);
+		module:log("error", "Host %q fails IDNA", vhost);
 		return 1;
 	end
 	local is_component = config.get(vhost, "component_module");