spelling: converts

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent 26023c8ef2
commit fedee7f990
2 changed files with 2 additions and 2 deletions
@@ -1035,7 +1035,7 @@ public abstract class Trait implements Cloneable, Serializable {
public abstract void getMethodInfos(ABC abc, int traitId, int classIndex, List<MethodId> methodInfos);
/**
* Convets kind to string.
* Converts kind to string.
*
* @return String
*/
@@ -65,7 +65,7 @@ public class ARGB implements Serializable {
}
/**
* Convers this to integer.
* Converts this to integer.
* @return Integer
*/
public int toInt() {