From 532bec5d873070d083969e9c7e86589d35900926 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 1 Sep 2013 16:16:18 +0300 Subject: [PATCH] Fix typo in comment. --- src/addnewtorrentdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }