mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-10 15:23:40 -07:00
Fixed spelling in message
This commit is contained in:
parent
bf5067466d
commit
c20b152c28
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
|
|||
{
|
||||
if (file == null)
|
||||
{
|
||||
_logger.Debug("File is no longer avaialble, skipping this file.");
|
||||
_logger.Debug("File is no longer available, skipping this file.");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
|
|||
{
|
||||
if(file == null)
|
||||
{
|
||||
_logger.Debug("File is no longer avaialble, skipping this file.");
|
||||
_logger.Debug("File is no longer available, skipping this file.");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue