From e428a7a4f9e480d197aa8d62ca179670bb7a78fa Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 2 Nov 2016 13:12:26 +0100 Subject: [PATCH] Misc --- ArchiSteamFarm/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/Program.cs b/ArchiSteamFarm/Program.cs index 00dd47bc1..fe6e65078 100644 --- a/ArchiSteamFarm/Program.cs +++ b/ArchiSteamFarm/Program.cs @@ -164,7 +164,7 @@ namespace ArchiSteamFarm { GlobalConfig = GlobalConfig.Load(globalConfigFile); if (GlobalConfig == null) { - Logging.LogGenericError("Global config could not be loaded, please make sure that " + globalConfigFile + " exists and is valid! Did you forget reading wiki?"); + Logging.LogGenericError("Global config could not be loaded, please make sure that " + globalConfigFile + " exists and is valid! Did you forget to read wiki?"); Thread.Sleep(5000); Exit(1); }