From ba9dab1f738604f3bfd9f1093098d08cfe1e8df9 Mon Sep 17 00:00:00 2001 From: Matt <4009945+MattBDev@users.noreply.github.com> Date: Fri, 18 Aug 2023 00:28:51 -0400 Subject: [PATCH] Fixed a typo. --- Core/src/main/java/com/plotsquared/core/PlotSquared.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/main/java/com/plotsquared/core/PlotSquared.java b/Core/src/main/java/com/plotsquared/core/PlotSquared.java index 579abe1e8..580fe35b1 100644 --- a/Core/src/main/java/com/plotsquared/core/PlotSquared.java +++ b/Core/src/main/java/com/plotsquared/core/PlotSquared.java @@ -1281,7 +1281,7 @@ public class PlotSquared { } /** - * Setup the database connection. + * Set up the database connection. */ public void setupDatabase() { try {