This commit is contained in:
Taloth Saldono 2019-08-25 14:49:17 +02:00
parent b1eec16333
commit c209c1c034
1 changed files with 1 additions and 1 deletions

View File

@ -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: