[FIX] Опечатка в тексте ошибки.

This commit is contained in:
Zaxar163 2019-07-12 19:11:48 +03:00
parent 442e612ca3
commit bbbe7a968c

View file

@ -77,7 +77,7 @@ public static void apply(Path inputFile, Path addFile, ZipOutputStream output, L
try { try {
bytes = classFix(bytes, reader, srv.config.stripLineNumbers); bytes = classFix(bytes, reader, srv.config.stripLineNumbers);
} catch (Throwable t) { } catch (Throwable t) {
LogHelper.subWarning("Erorr on fixing class: " + t); LogHelper.subWarning("Error on fixing class: " + t);
} }
output.write(bytes); output.write(bytes);
} else } else