X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fstatistics.hpp;h=e2a2195712786e6e1ba4d26499788e76b6b9e5ea;hb=08ccb17345a52f5ffd8a5dd6ecf675cad55f16a7;hp=c1fc04005f976f6967da77de1cfc691a26a6a34c;hpb=1a36ad149a4ee89a601d523878d168ed3b68ae62;p=supertux.git diff --git a/src/statistics.hpp b/src/statistics.hpp index c1fc04005..e2a219571 100644 --- a/src/statistics.hpp +++ b/src/statistics.hpp @@ -74,7 +74,7 @@ public: void declare_invalid(); /**< marks statistics as invalid for their entire lifetime (e.g. after cheating). Invalid statistics will not be merged or drawn. */ private: - bool valid; /**< stores whether this statistics can be trusted */ + bool valid; /**< stores whether these statistics can be trusted */ std::string coins_to_string(int coins, int total_coins) const; std::string frags_to_string(int badguys, int total_badguys) const;