Fix typo Notifiying -> Notifying
Some checks failed
build-and-test / build (push) Failing after 3m18s
build-and-test / generate-javadoc (push) Failing after 3m53s
build-and-test / test (push) Failing after 3m51s

This commit is contained in:
JeremyStar™ 2024-08-21 13:53:57 +02:00
parent d06f8a3dc3
commit b3968d8469
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -480,7 +480,7 @@ public final class Engine extends SubsystemClass {
} catch (Exception ignored) {} } catch (Exception ignored) {}
// Send events // Send events
logger.verb("Notifiying classes about shutdown"); logger.verb("Notifying classes about shutdown");
new EngineShutdownEvent().callEvent(); new EngineShutdownEvent().callEvent();
logger.verb("Notifying subsystems about shutdown"); logger.verb("Notifying subsystems about shutdown");