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}
*