diff --git a/proxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java b/proxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java index 2a07f44018..3bbf688b54 100644 --- a/proxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java +++ b/proxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java @@ -718,7 +718,7 @@ public void handle(CookieResponse cookieResponse) } // if there is no userCon we can't have a connection to a backend server that could have requested this cookie - // witch means that this cookie is invalid as the proxy also has not requested it + // which means that this cookie is invalid as the proxy also has not requested it Preconditions.checkState( userCon != null, "not requested cookie received" ); }