From c1b1e71075ead96f2297d982b386747d9b9855ec Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Sat, 25 Aug 2018 10:56:32 -0400 Subject: [PATCH] Fix a typo. --- .../com/velocitypowered/api/event/connection/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/java/com/velocitypowered/api/event/connection/package-info.java b/api/src/main/java/com/velocitypowered/api/event/connection/package-info.java index 44e41f8d5..8f02c2b15 100644 --- a/api/src/main/java/com/velocitypowered/api/event/connection/package-info.java +++ b/api/src/main/java/com/velocitypowered/api/event/connection/package-info.java @@ -1,4 +1,4 @@ /** - * Provides events for handling incoming connections to the proxy and loigns. + * Provides events for handling incoming connections to the proxy and logins. */ package com.velocitypowered.api.event.connection; \ No newline at end of file