diff --git a/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs b/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs index 38f86f1a5..563209684 100644 --- a/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs +++ b/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs @@ -279,7 +279,7 @@ private void RetroApplyTags(ImportListDefinition importList, ImportListItemInfo if (preCount != series.Tags.Count) { _seriesService.UpdateSeries(series); - _logger.Debug("{0} [{1}] Retro-Actively added tags to series", report.TmdbId, report.Title); + _logger.Debug("{0} [{1}] Retroactively added tags to series", report.TmdbId, report.Title); } } }