com.mycila
license-maven-plugin
diff --git a/src/main/java/com/rezzedup/util/constants/types/Cast.java b/src/main/java/com/rezzedup/util/constants/types/Cast.java
index 3283961..d80c20f 100644
--- a/src/main/java/com/rezzedup/util/constants/types/Cast.java
+++ b/src/main/java/com/rezzedup/util/constants/types/Cast.java
@@ -98,7 +98,7 @@ private Unsafe() {}
/**
* Attempts to cast an object into the specified generic type.
*
- * Warning: since generic type nformation is erased, casting will "succeed"
+ *
Warning: since generic type information is erased, casting will "succeed"
* for any instance of a generic class.
*
* @param type generic type to cast into