# HG changeset patch # User Kim Alvefur # Date 1643988323 -3600 # Node ID 28f6322fad5071150abfec9d98a55c29f6a77ef4 # Parent 09b8144051ea5b5252f0b952cf817e274622c26a mod_dnsupdate: Fix typo diff -r 09b8144051ea -r 28f6322fad50 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");