From 1d867fce1c0aeff52fbeb83a52cfb872131321fd Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Tue, 11 May 2021 03:25:03 -0400 Subject: [PATCH] Fix Javadoc typo --- .../api/proxy/messages/PairedPluginChannelId.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {