From 89806676208668103580d2c108852e9c049c5a3b Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 15 Mar 2017 08:34:21 +0100 Subject: [PATCH] Misc --- ArchiSteamFarm/BotDatabase.cs | 2 +- ArchiSteamFarm/GlobalDatabase.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ArchiSteamFarm/BotDatabase.cs b/ArchiSteamFarm/BotDatabase.cs index 684af745f..d18de0a44 100644 --- a/ArchiSteamFarm/BotDatabase.cs +++ b/ArchiSteamFarm/BotDatabase.cs @@ -117,7 +117,7 @@ namespace ArchiSteamFarm { // This call verifies if JSON is alright // We don't wrap it in try catch as it should always be the case - // And if it's not, we want to know about it (in a crash) and correc itt in future version + // And if it's not, we want to know about it (in a crash) and correct it in future version JsonConvert.DeserializeObject(json); lock (FileLock) { diff --git a/ArchiSteamFarm/GlobalDatabase.cs b/ArchiSteamFarm/GlobalDatabase.cs index 34503c555..0faa89322 100644 --- a/ArchiSteamFarm/GlobalDatabase.cs +++ b/ArchiSteamFarm/GlobalDatabase.cs @@ -118,7 +118,7 @@ namespace ArchiSteamFarm { // This call verifies if JSON is alright // We don't wrap it in try catch as it should always be the case - // And if it's not, we want to know about it (in a crash) and correc itt in future version + // And if it's not, we want to know about it (in a crash) and correct it in future version JsonConvert.DeserializeObject(json); lock (FileLock) {