diff --git a/src/NzbDrone.Core/Download/RedownloadFailedDownloadService.cs b/src/NzbDrone.Core/Download/RedownloadFailedDownloadService.cs index ac3b2e703..a7065e4f1 100644 --- a/src/NzbDrone.Core/Download/RedownloadFailedDownloadService.cs +++ b/src/NzbDrone.Core/Download/RedownloadFailedDownloadService.cs @@ -44,7 +44,7 @@ namespace NzbDrone.Core.Download if (message.ReleaseSource == ReleaseSourceType.InteractiveSearch && !_configService.AutoRedownloadFailedFromInteractiveSearch) { - _logger.Debug("Auto redownloading failed albumbs from interactive search is disabled"); + _logger.Debug("Auto redownloading failed albums from interactive search is disabled"); return; }