From f547f10e0f473719d78744a164e8019066a1f770 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Wed, 6 Apr 2022 18:01:29 -0500 Subject: [PATCH] Fix typo --- src/main/java/dev/plex/admin/AdminList.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/dev/plex/admin/AdminList.java b/src/main/java/dev/plex/admin/AdminList.java index 71203ce..91f78bf 100644 --- a/src/main/java/dev/plex/admin/AdminList.java +++ b/src/main/java/dev/plex/admin/AdminList.java @@ -28,7 +28,7 @@ import java.util.stream.Collectors; public class AdminList extends PlexBase { /** - * Key/Value storage, where the key is the unique ID of the admin + * Key / Value storage, where the key is the unique ID of the admin */ private final Map admins = Maps.newHashMap(); @@ -54,7 +54,7 @@ public class AdminList extends PlexBase } /** - * Gathers every admin's username (cached and databsed) + * Gathers every admin's username (cached and in the database) * * @return An array list of the names of every admin */ @@ -91,7 +91,7 @@ public class AdminList extends PlexBase } /** - * Gathers every admin (cached and databsed) + * Gathers every admin (cached and in the database) * * @return An array list of the names of every admin */