From 29b92659c7143ac17ae70088761386dd4e77cb7f Mon Sep 17 00:00:00 2001 From: N0tMyFaultOG Date: Fri, 9 Oct 2020 20:50:12 +0200 Subject: [PATCH] Fix typos --- .../com/plotsquared/core/permissions/PermissionHolder.java | 2 +- .../src/main/java/com/plotsquared/core/player/PlotPlayer.java | 4 ++-- Core/src/main/java/com/plotsquared/core/util/Permissions.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Core/src/main/java/com/plotsquared/core/permissions/PermissionHolder.java b/Core/src/main/java/com/plotsquared/core/permissions/PermissionHolder.java index 2f5aff9a9..ce0596eb2 100644 --- a/Core/src/main/java/com/plotsquared/core/permissions/PermissionHolder.java +++ b/Core/src/main/java/com/plotsquared/core/permissions/PermissionHolder.java @@ -47,7 +47,7 @@ public interface PermissionHolder { } /** - * Check the the highest permission a PlotPlayer has within a specified range.
+ * Check the highest permission a PlotPlayer has within a specified range.
* - Excessively high values will lag
* - The default range that is checked is {@link Settings.Limit#MAX_PLOTS}
* diff --git a/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java b/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java index 5624f8ad8..b225546d1 100644 --- a/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java +++ b/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java @@ -799,12 +799,12 @@ public abstract class PlotPlayer

implements CommandCaller, OfflinePlotPlayer, } /** - * Send a title to to the player + * Send a title to the player * * @param title Title * @param subtitle Subtitle * @param fadeIn Fade in time (in ticks) - * @param stay The the title stays for (in ticks) + * @param stay The title stays for (in ticks) * @param fadeOut Fade out time (in ticks) * @param replacements Variable replacements */ diff --git a/Core/src/main/java/com/plotsquared/core/util/Permissions.java b/Core/src/main/java/com/plotsquared/core/util/Permissions.java index dd897ffc4..bdd7b9289 100644 --- a/Core/src/main/java/com/plotsquared/core/util/Permissions.java +++ b/Core/src/main/java/com/plotsquared/core/util/Permissions.java @@ -93,7 +93,7 @@ public class Permissions { } /** - * Check the the highest permission a PlotPlayer has within a specified range.
+ * Check the highest permission a PlotPlayer has within a specified range.
* - Excessively high values will lag
* - The default range that is checked is {@link Settings.Limit#MAX_PLOTS}
*