Skip to content

Commit 8b84131

Browse files
author
Anastasia Calico
committed
chore: Fix typo in database file creation.
1 parent 6599251 commit 8b84131

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/net/modgarden/gardenbot/GardenBot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static void main(String[] args) {
3939

4040
try {
4141
if (new File("./database.db").createNewFile()) {
42-
LOG.info("Successfuly created database file.");
42+
LOG.info("Successfully created database file.");
4343
}
4444
createDatabaseContents();
4545
updateSchemaVersion();

0 commit comments

Comments
 (0)