From b515c7eda477b3ee3ed1f67bba4b9ef8c067f40f Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sun, 15 Jul 2018 10:19:24 +0800 Subject: [PATCH] Fix typo --- src/base/bittorrent/session.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/bittorrent/session.cpp b/src/base/bittorrent/session.cpp index c8c17dffc..86d54729c 100644 --- a/src/base/bittorrent/session.cpp +++ b/src/base/bittorrent/session.cpp @@ -3506,7 +3506,7 @@ void Session::setMaxRatioAction(MaxRatioAction act) } // If this functions returns true, we cannot add torrent to session, -// but it is still possible to merge trackers in some case +// but it is still possible to merge trackers in some cases bool Session::isKnownTorrent(const InfoHash &hash) const { return (m_torrents.contains(hash)