1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-17 21:26:13 -04:00

Already is spelled already

This commit is contained in:
Mark McDowall
2019-02-06 19:25:22 -08:00
parent 807cfebf76
commit 95cd327022

View File

@@ -37,7 +37,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
return Decision.Accept();
}
_logger.Debug("Performing alerady imported check on report");
_logger.Debug("Performing already imported check on report");
foreach (var episode in subject.Episodes)
{
if (!episode.HasFile)