diff --git a/api/src/main/java/com/velocitypowered/api/proxy/messages/PairedPluginChannelId.java b/api/src/main/java/com/velocitypowered/api/proxy/messages/PairedPluginChannelId.java index 2bce1abc0..5bc92f102 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/messages/PairedPluginChannelId.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/messages/PairedPluginChannelId.java @@ -12,7 +12,7 @@ import com.google.common.base.Strings; import net.kyori.adventure.key.Key; /** - * Reperesents a legacy channel identifier (for Minecraft 1.12 and below) paired with a namespaced + * Represents a legacy channel identifier (for Minecraft 1.12 and below) paired with a namespaced * key for 1.13 and above. This class is immutable and safe for multi-threaded use. */ public final class PairedPluginChannelId implements PluginChannelId {