spelling: recognized

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 10:48:05 -04:00
committed by Jindra Petřík
parent 6b8643d948
commit dd15219488

View File

@@ -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);
}
}