Browse Source

Fix typo in comment.

adaptive-webui-19844
sledgehammer999 11 years ago
parent
commit
532bec5d87
  1. 2
      src/addnewtorrentdialog.cpp

2
src/addnewtorrentdialog.cpp

@ -600,7 +600,7 @@ void AddNewTorrentDialog::accept() @@ -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…
Cancel
Save