Diff

util/prosodyctl/cert.lua @ 12387:05c250fa335a

Spelling: Fix various spelling mistakes (thanks timeless) Words, sometimes I wonder how they even work Maybe I missed something.
author Kim Alvefur <zash@zash.se>
date Mon, 07 Mar 2022 00:13:56 +0100
parent 12219:0a44def211fa
child 12786:5d4957c8a972
line wrap: on
line diff
--- 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);