1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-21 21:47:05 +00:00

Fixed spelling in message

This commit is contained in:
Mark McDowall 2017-03-26 13:21:29 -07:00
parent bf5067466d
commit c20b152c28
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ public virtual Decision IsSatisfiedBy(RemoteEpisode subject, SearchCriteriaBase
{
if (file == null)
{
_logger.Debug("File is no longer avaialble, skipping this file.");
_logger.Debug("File is no longer available, skipping this file.");
continue;
}

View file

@ -24,7 +24,7 @@ public virtual Decision IsSatisfiedBy(RemoteEpisode subject, SearchCriteriaBase
{
if(file == null)
{
_logger.Debug("File is no longer avaialble, skipping this file.");
_logger.Debug("File is no longer available, skipping this file.");
continue;
}