updateservices: typo correction

This commit is contained in:
Garfield69
2024-08-29 15:15:38 +12:00
parent f61401069c
commit 1d941043fc

View File

@@ -101,7 +101,7 @@ namespace Jackett.Common.Services
if (currentVersion == new Version(0, 0, 0))
{
logger.Info("Skipping checking for new releases because Jackett is runing in IDE.");
logger.Info("Skipping checking for new releases because Jackett is running in IDE.");
return;
}