spelling: unsupported

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 10:11:53 -04:00
committed by Jindra Petřík
parent 439f453182
commit 082a6fda92
3 changed files with 4 additions and 4 deletions

View File

@@ -2959,7 +2959,7 @@ public class CommandLineArgumentParser {
System.exit(2);
}
if (!ok) {
System.err.println("Import FAILED. Maybe unsuppoted media type? Only MP3 and uncompressed WAV are available.");
System.err.println("Import FAILED. Maybe unsupported media type? Only MP3 and uncompressed WAV are available.");
System.exit(1);
}
} else if (characterTag instanceof DefineBinaryDataTag) {
@@ -3018,7 +3018,7 @@ public class CommandLineArgumentParser {
ok = false;
}
if (!ok) {
System.err.println("Import FAILED. Maybe unsuppoted media type? Only MP3 and uncompressed WAV are available.");
System.err.println("Import FAILED. Maybe unsupported media type? Only MP3 and uncompressed WAV are available.");
System.exit(1);
}
} else if (characterTag instanceof DefineVideoStreamTag) {