mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: fix typos in comments in statistics code
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
4fdbb116ef
commit
f76752ee03
2 changed files with 3 additions and 3 deletions
|
@ -102,7 +102,7 @@ PieSeries::PieSeries(StatsView &view, StatsAxis *xAxis, StatsAxis *yAxis, const
|
|||
for (const auto &[name, dives]: data)
|
||||
totalCount += (int)dives.size();
|
||||
|
||||
// First of all, sort from largest to smalles slice. Instead
|
||||
// First of all, sort from largest to smallest slice. Instead
|
||||
// of sorting the initial array, sort a list of indices, so that
|
||||
// the original order can be easily reconstructed later.
|
||||
std::vector<int> sorted(data.size());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue