mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
[FIX] Опечатка в тексте ошибки.
This commit is contained in:
parent
442e612ca3
commit
bbbe7a968c
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ public static void apply(Path inputFile, Path addFile, ZipOutputStream output, L
|
|||
try {
|
||||
bytes = classFix(bytes, reader, srv.config.stripLineNumbers);
|
||||
} catch (Throwable t) {
|
||||
LogHelper.subWarning("Erorr on fixing class: " + t);
|
||||
LogHelper.subWarning("Error on fixing class: " + t);
|
||||
}
|
||||
output.write(bytes);
|
||||
} else
|
||||
|
|
Loading…
Reference in a new issue