chore: fix typos

This commit is contained in:
Skylot
2023-09-24 17:05:40 +01:00
parent 4e81bdd76f
commit 762c2d70bd
7 changed files with 30 additions and 10 deletions
@@ -36,7 +36,7 @@ public class SingleClassMode {
throw new JadxRuntimeException("Input class not found: " + singleClass);
}
if (clsForProcess.contains(AFlag.DONT_GENERATE)) {
throw new JadxRuntimeException("Input class can't be saved by currect jadx settings (marked as DONT_GENERATE)");
throw new JadxRuntimeException("Input class can't be saved by current jadx settings (marked as DONT_GENERATE)");
}
if (clsForProcess.isInner()) {
clsForProcess = clsForProcess.getTopParentClass();