1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 15:27:54 +00:00

Fix typo in comment.

This commit is contained in:
sledgehammer999 2013-09-01 16:16:18 +03:00
parent 74a1cce46c
commit 532bec5d87

View File

@ -600,7 +600,7 @@ void AddNewTorrentDialog::accept()
disconnect(this, SLOT(updateMetadata(const QTorrentHandle&))); disconnect(this, SLOT(updateMetadata(const QTorrentHandle&)));
} }
if (!m_hasMetadata) { if (!m_hasMetadata) {
// Metadata retrival was cancelled // Metadata retrieval was cancelled
// Kill existing handle and make a new one // Kill existing handle and make a new one
QBtSession::instance()->deleteTorrent(m_hash, true); QBtSession::instance()->deleteTorrent(m_hash, true);
} }