Already is spelled already

This commit is contained in:
Mark McDowall 2019-02-06 19:25:22 -08:00
parent 807cfebf76
commit 95cd327022
1 changed files with 1 additions and 1 deletions

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)