diff --git a/src/addnewtorrentdialog.cpp b/src/addnewtorrentdialog.cpp index 6e66bbdc6..0e4936a2b 100644 --- a/src/addnewtorrentdialog.cpp +++ b/src/addnewtorrentdialog.cpp @@ -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); }