minor parsing fix

This commit is contained in:
kayone 2013-11-26 23:48:57 -08:00
commit bb37444a99
2 changed files with 3 additions and 3 deletions

View file

@ -87,7 +87,7 @@ namespace NzbDrone.Core.Download
continue;
}
PublishDownloadFailedEvent(historyItems, "Encypted download detected");
PublishDownloadFailedEvent(historyItems, "Encrypted download detected");
if (_configService.RemoveFailedDownloads)
{