diff --git a/src/main/kotlin/net/axay/kspigot/gui/elements/GUISpaceCompound.kt b/src/main/kotlin/net/axay/kspigot/gui/elements/GUISpaceCompound.kt index 019d8da7..d8e63432 100644 --- a/src/main/kotlin/net/axay/kspigot/gui/elements/GUISpaceCompound.kt +++ b/src/main/kotlin/net/axay/kspigot/gui/elements/GUISpaceCompound.kt @@ -16,7 +16,7 @@ class GUISpaceCompoundElement internal constructor( compound.onClickElement(clickEvent) } - // the following to methods register and unregister the instance + // the following two methods register and unregister the instance // for each compound element, but that is ok because it gets // added/removed to/from a HashSet