diff --git a/SpigotCore_Main/src/de/steamwar/core/VersionedCallable.java b/SpigotCore_Main/src/de/steamwar/core/VersionedCallable.java index 430d7fa..2846fb1 100644 --- a/SpigotCore_Main/src/de/steamwar/core/VersionedCallable.java +++ b/SpigotCore_Main/src/de/steamwar/core/VersionedCallable.java @@ -40,7 +40,7 @@ public class VersionedCallable { try { return versionedCallable.callable.call(); } catch (Exception e) { - throw new RuntimeException("Could not run version dependant code", e); + throw new RuntimeException("Could not run version dependent code", e); } } }