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) {