Diff

tools/migration/prosody-migrator.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 12168:33e856c65033
child 13142:879a6a33c21b
line wrap: on
line diff
--- a/tools/migration/prosody-migrator.lua	Sun Mar 06 15:13:50 2022 +0100
+++ b/tools/migration/prosody-migrator.lua	Mon Mar 07 00:13:56 2022 +0100
@@ -38,7 +38,7 @@
 	print("Usage: " .. arg[0] .. " [OPTIONS] FROM_STORE TO_STORE");
 	print("  --config FILE         Specify config file")
 	print("  --keep-going          Keep going in case of errors");
-	print("  -v, --verbose         Incease log-level");
+	print("  -v, --verbose         Increase log-level");
 	print("");
 	print("If no stores are specified, 'input' and 'output' are used.");
 end
@@ -153,7 +153,7 @@
 		log("debug", "Using store user iterator")
 		return store:users();
 	else
-		log("debug", "Using usermanagre user iterator")
+		log("debug", "Using usermanager user iterator")
 		return um.users(host);
 	end
 end