Fix typos

This commit is contained in:
Alayan 2018-11-23 00:44:24 +01:00
parent 05e27df214
commit 8995027d42
2 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ int Achievement::computeGoalProgress(AchievementInfo::goalTree &progress, Achiev
assert(false);
return 0;
}
// Can happen when showing the progress status of all parts fof the goal tree
// Can happen when showing the progress status of all parts of the goal tree
else if (progress.children.size() == 0)
{
//TODO : find a more automatic way ; clean up repetition

View File

@ -54,7 +54,7 @@ private:
bool m_sort_default;
void displayResults();
// True if a > b
// True if a < b
bool goalSort(Achievement *a, Achievement *b);
bool progressSort(Achievement *a, Achievement *b);