cleanup: fix typos in comments

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2022-08-20 20:56:09 +02:00 committed by Dirk Hohndel
parent acd385048a
commit 70fbce46c7
2 changed files with 4 additions and 4 deletions

View file

@ -915,7 +915,7 @@ void DiveTripModelTree::divesHidden(dive_trip *trip, const QVector<dive *> &dive
removeTrip(idx); // If all dives are hidden, remove the whole trip!
} else {
removeDivesFromTrip(idx, dives);
// Note: if dives are shown and hidden from a trip, we send to signals. Shrug.
// Note: if dives are shown and hidden from a trip, we send two signals. Shrug.
dataChanged(createIndex(idx, 0, noParent), createIndex(idx, 0, noParent));
}
} else {