chore: fix some comments
This commit is contained in:
parent
578f95546b
commit
75eebb15bf
|
@ -200,7 +200,7 @@ namespace NzbDrone.Core.Download.Clients.Deluge
|
|||
|
||||
if (ignoredCount > 0)
|
||||
{
|
||||
_logger.Warn("{0} torrent(s) were ignored becuase they did not have a title, check Deluge and remove any invalid torrents");
|
||||
_logger.Warn("{0} torrent(s) were ignored because they did not have a title, check Deluge and remove any invalid torrents");
|
||||
}
|
||||
|
||||
return items;
|
||||
|
|
|
@ -51,7 +51,7 @@ namespace NzbDrone.Test.Common.AutoMoq
|
|||
|
||||
if (behavior != MockBehavior.Default && mock.Behavior == MockBehavior.Default)
|
||||
{
|
||||
throw new InvalidOperationException("Unable to change be behaviour of a an existing mock.");
|
||||
throw new InvalidOperationException("Unable to change be behaviour of an existing mock.");
|
||||
}
|
||||
|
||||
return mock;
|
||||
|
|
Loading…
Reference in New Issue