mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-25 06:47:09 -04:00
Typo
This commit is contained in:
parent
b1eec16333
commit
c209c1c034
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ namespace NzbDrone.Core.Download.Clients.Deluge
|
||||||
}
|
}
|
||||||
catch (WebException ex)
|
catch (WebException ex)
|
||||||
{
|
{
|
||||||
_logger.Error(ex, "Unble to test connection");
|
_logger.Error(ex, "Unable to test connection");
|
||||||
switch (ex.Status)
|
switch (ex.Status)
|
||||||
{
|
{
|
||||||
case WebExceptionStatus.ConnectFailure:
|
case WebExceptionStatus.ConnectFailure:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue