Correct typo

This commit is contained in:
0xboobface 2019-04-21 15:04:43 +02:00
parent 1b129ebd41
commit 88a6ab3a91
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ public class HttpServer {
} catch (IOException e) { } catch (IOException e) {
LOG.error("Couldn't save configuration", e); LOG.error("Couldn't save configuration", e);
} }
LOG.info("Good bye!"); LOG.info("Goodbye!");
} }
}); });
} }