Fix typos
This commit is contained in:
parent
05e27df214
commit
8995027d42
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user