mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 23:37:59 +00:00
Fix typo.
This commit is contained in:
parent
1ca1c4be7e
commit
585954c988
@ -926,7 +926,7 @@ QTorrentHandle QBtSession::addMagnetUri(QString magnet_uri, bool resumed, bool f
|
|||||||
|
|
||||||
libtorrent::parse_magnet_uri(magnet_uri.toUtf8().constData(), p, ec);
|
libtorrent::parse_magnet_uri(magnet_uri.toUtf8().constData(), p, ec);
|
||||||
if (ec) {
|
if (ec) {
|
||||||
addConsoleMessage(tr("Coudln't parse this magnet URI: '1%'").arg(magnet_uri));
|
addConsoleMessage(tr("Couldn't parse this Magnet URI: '1%'").arg(magnet_uri));
|
||||||
return h;
|
return h;
|
||||||
}
|
}
|
||||||
const QString hash(misc::toQString(p.info_hash));
|
const QString hash(misc::toQString(p.info_hash));
|
||||||
|
Loading…
Reference in New Issue
Block a user