diff --git a/src/main/java/atm/bloodworkxgaming/packcrashinfo/PackCrashCallable.java b/src/main/java/atm/bloodworkxgaming/packcrashinfo/PackCrashCallable.java index f491d24..4bb99d4 100644 --- a/src/main/java/atm/bloodworkxgaming/packcrashinfo/PackCrashCallable.java +++ b/src/main/java/atm/bloodworkxgaming/packcrashinfo/PackCrashCallable.java @@ -30,7 +30,7 @@ public String call() { if (!f.exists()) { f = new File("minecraftinstance.json"); - PackCrashInfo.LOGGER.info("No manfiest present, attempting to load the minecraftinstance.json file."); + PackCrashInfo.LOGGER.info("No manifest present, attempting to load the minecraftinstance.json file."); } if (f.exists()) {