spelling: recognized

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent 6b8643d948
commit dd15219488
@@ -3091,7 +3091,7 @@ public class CommandLineArgumentParser {
}
if (!found) {
System.err.println(objectToReplace + " is not reocginized as a CharacterId or a script name.");
System.err.println(objectToReplace + " is not recognized as a CharacterId or a script name.");
System.exit(1);
}
}