From faa46ac62869893f6ac82f308bd18c195aa90f79 Mon Sep 17 00:00:00 2001 From: jetsparrow Date: Wed, 19 Dec 2018 15:36:45 +0300 Subject: [PATCH] Fix typo in Program.cs --- JetKarmaBot/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JetKarmaBot/Program.cs b/JetKarmaBot/Program.cs index ba7aac3..4e4e88a 100644 --- a/JetKarmaBot/Program.cs +++ b/JetKarmaBot/Program.cs @@ -18,7 +18,7 @@ namespace JetKarmaBot Config = cfg; Db = new Db(Config); Watcher = new JetKarmaBot(Config, Db); - Console.WriteLine("JatKarmaBot started!"); + Console.WriteLine("JetKarmaBot started!"); } Config Config { get; }