util/prosodyctl/cert.lua
changeset 12391 05c250fa335a
parent 12223 0a44def211fa
child 12790 5d4957c8a972
--- a/util/prosodyctl/cert.lua	Sun Mar 06 15:13:50 2022 +0100
+++ b/util/prosodyctl/cert.lua	Mon Mar 07 00:13:56 2022 +0100
@@ -237,7 +237,7 @@
 	for _, host in ipairs(hostnames) do
 		local paths = cm.find_cert_in_index(files_by_name, host);
 		if paths and imported[paths.certificate] then
-			-- One certificate, many mames!
+			-- One certificate, many names!
 			table.insert(imported, host);
 		elseif paths then
 			local c = copy(paths.certificate, cert_basedir .. "/" .. host .. ".crt", nil, owner, group);