Pārlūkot izejas kodu

Correction typo

Arthur Brandao 5 gadi atpakaļ
vecāks
revīzija
73bf118946
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/db/Database.java

+ 1 - 1
src/db/Database.java

@@ -56,7 +56,7 @@ public class Database {
 	public static void setup() {
 		LOGGER.info("Checking the database");
 		if(isSet()) {
-			LOGGER.info("Database il already set");
+			LOGGER.info("Database is already set");
 			return;
 		}
 		LOGGER.info("Creating table");