mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Fix typo in comment.
This commit is contained in:
parent
74a1cce46c
commit
532bec5d87
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue