diff --git a/Core/src/main/java/com/intellectualcrafters/plot/database/SQLManager.java b/Core/src/main/java/com/intellectualcrafters/plot/database/SQLManager.java index 8e5aef6d5..9f555ccde 100644 --- a/Core/src/main/java/com/intellectualcrafters/plot/database/SQLManager.java +++ b/Core/src/main/java/com/intellectualcrafters/plot/database/SQLManager.java @@ -317,7 +317,7 @@ public class SQLManager implements AbstractDB { } catch (Throwable e) { PS.debug("============ DATABASE ERROR ============"); PS.debug("There was an error updating the database."); - PS.debug(" - It will be correct on shutdown"); + PS.debug(" - It will be corrected on shutdown"); PS.debug("========================================"); e.printStackTrace(); PS.debug("========================================"); @@ -367,7 +367,7 @@ public class SQLManager implements AbstractDB { } catch (Throwable e) { PS.debug("============ DATABASE ERROR ============"); PS.debug("There was an error updating the database."); - PS.debug(" - It will be correct on shutdown"); + PS.debug(" - It will be corrected on shutdown"); PS.debug("========================================"); e.printStackTrace(); PS.debug("========================================"); @@ -412,7 +412,7 @@ public class SQLManager implements AbstractDB { } catch (Throwable e) { PS.debug("============ DATABASE ERROR ============"); PS.debug("There was an error updating the database."); - PS.debug(" - It will be correct on shutdown"); + PS.debug(" - It will be corrected on shutdown"); PS.debug("========================================"); e.printStackTrace(); PS.debug("========================================"); @@ -457,7 +457,7 @@ public class SQLManager implements AbstractDB { } catch (Throwable e) { PS.debug("============ DATABASE ERROR ============"); PS.debug("There was an error updating the database."); - PS.debug(" - It will be correct on shutdown"); + PS.debug(" - It will be corrected on shutdown"); PS.debug("========================================"); e.printStackTrace(); PS.debug("========================================"); @@ -486,7 +486,7 @@ public class SQLManager implements AbstractDB { } catch (Throwable e) { PS.debug("============ DATABASE ERROR ============"); PS.debug("There was an error updating the database."); - PS.debug(" - It will be correct on shutdown"); + PS.debug(" - It will be corrected on shutdown"); PS.debug("========================================"); e.printStackTrace(); PS.debug("========================================");