diff --git a/src/NzbDrone.Core/Notifications/NotificationService.cs b/src/NzbDrone.Core/Notifications/NotificationService.cs index 33f6e8089..9ee85d0a0 100644 --- a/src/NzbDrone.Core/Notifications/NotificationService.cs +++ b/src/NzbDrone.Core/Notifications/NotificationService.cs @@ -81,7 +81,7 @@ namespace NzbDrone.Core.Notifications { // Don't send health check notifications during the start up grace period, // once that duration expires they they'll be retested and fired off if necessary. - if (message.IsInStartupGraceperiod) + if (message.IsInStartupGracePeriod) { return; }