mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 06:54:50 +00:00
spelling: parallel
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
222b10ce17
commit
7ebc9dc796
@@ -2190,7 +2190,7 @@ public class CommandLineArgumentParser {
|
||||
}
|
||||
|
||||
if (parallel && singleScriptFile) {
|
||||
logger.log(Level.WARNING, AppStrings.translate("export.script.singleFilePallelModeWarning"));
|
||||
logger.log(Level.WARNING, AppStrings.translate("export.script.singleFileParallelModeWarning"));
|
||||
singleScriptFile = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user