mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 21:12:43 +02:00
fixed some tests, spelling issues.
This commit is contained in:
@@ -48,7 +48,7 @@ namespace NzbDrone.Core.Lifecycle
|
||||
{
|
||||
notification.CurrentMessage = "Checking for updates";
|
||||
|
||||
var updatePackage = _updateProvider.GetAvilableUpdate(_environmentProvider.Version);
|
||||
var updatePackage = _updateProvider.GetAvailableUpdate(_environmentProvider.Version);
|
||||
|
||||
//No updates available
|
||||
if (updatePackage == null)
|
||||
|
Reference in New Issue
Block a user