mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Fixed typos, spelling correction
This commit is contained in:
parent
f5b0008158
commit
8ac83cfd42
31 changed files with 44 additions and 44 deletions
|
@ -52,7 +52,7 @@ QVector<float> PieceAvailabilityBar::intToFloatVector(const QVector<int> &vecin,
|
|||
|
||||
const int maxElement = *std::max_element(vecin.begin(), vecin.end());
|
||||
|
||||
// qMax bacause in normalization we don't want divide by 0
|
||||
// qMax because in normalization we don't want divide by 0
|
||||
// if maxElement == 0 check will be disabled please enable this line:
|
||||
// const int maxElement = qMax(*std::max_element(avail.begin(), avail.end()), 1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue