diff --git a/src/NzbDrone.Core/Download/RedownloadFailedDownloadService.cs b/src/NzbDrone.Core/Download/RedownloadFailedDownloadService.cs index b1e384695..d17dd9e4b 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 books from interactive search is disabled"); return; }