1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -04:00

Fix various typos

Found via `codespell -q 3`
This commit is contained in:
luz paz
2022-10-30 18:14:08 -04:00
committed by Mark McDowall
parent fe476a319e
commit 209a250079
24 changed files with 24 additions and 24 deletions
@@ -124,7 +124,7 @@ namespace NzbDrone.Core.DecisionEngine
private int ComparePeersIfTorrent(DownloadDecision x, DownloadDecision y)
{
// Different protocols should get caught when checking the preferred protocol,
// since we're dealing with the same series in our comparisions
// since we're dealing with the same series in our comparisons
if (x.RemoteEpisode.Release.DownloadProtocol != DownloadProtocol.Torrent ||
y.RemoteEpisode.Release.DownloadProtocol != DownloadProtocol.Torrent)
{