mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-03-17 21:17:50 +02:00
Typo
This commit is contained in:
parent
b1eec16333
commit
c209c1c034
@ -235,7 +235,7 @@ namespace NzbDrone.Core.Download.Clients.Deluge
|
||||
}
|
||||
catch (WebException ex)
|
||||
{
|
||||
_logger.Error(ex, "Unble to test connection");
|
||||
_logger.Error(ex, "Unable to test connection");
|
||||
switch (ex.Status)
|
||||
{
|
||||
case WebExceptionStatus.ConnectFailure:
|
||||
|
Loading…
x
Reference in New Issue
Block a user