Fixed spelling in message
This commit is contained in:
parent
bf5067466d
commit
c20b152c28
|
@ -24,7 +24,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
|
||||||
{
|
{
|
||||||
if (file == null)
|
if (file == null)
|
||||||
{
|
{
|
||||||
_logger.Debug("File is no longer avaialble, skipping this file.");
|
_logger.Debug("File is no longer available, skipping this file.");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
|
||||||
{
|
{
|
||||||
if(file == null)
|
if(file == null)
|
||||||
{
|
{
|
||||||
_logger.Debug("File is no longer avaialble, skipping this file.");
|
_logger.Debug("File is no longer available, skipping this file.");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue