mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
fix(typo): fix spelling
This commit is contained in:
parent
3d59cb9199
commit
57ab2c139d
1 changed files with 1 additions and 1 deletions
|
@ -1140,7 +1140,7 @@ void TorrentsController::addTrackersAction()
|
||||||
}
|
}
|
||||||
else if (hashParam.contains(u'|'))
|
else if (hashParam.contains(u'|'))
|
||||||
{
|
{
|
||||||
// We have this, so that we wont enter the `else` and break it.
|
// We have this, so that we won't enter the `else` and break it.
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue