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&)));
}
if (!m_hasMetadata) {
// Metadata retrival was cancelled
// Metadata retrieval was cancelled
// Kill existing handle and make a new one
QBtSession::instance()->deleteTorrent(m_hash, true);
}