spelling: parallel

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:51:07 -04:00
committed by Jindra Petřík
parent 222b10ce17
commit 7ebc9dc796
4 changed files with 6 additions and 6 deletions

View File

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