Codefix: typos in comments and strings

This commit is contained in:
Rubidium
2025-08-31 09:28:04 +02:00
committed by rubidium42
parent 4fb749886a
commit 7c0f69a8fe
78 changed files with 135 additions and 135 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
#include "settings_type.h"
struct HighScore {
std::string name; ///< The name of the companyy and president.
std::string name; ///< The name of the company and president.
StringID title = INVALID_STRING_ID; ///< NOSAVE, has troubles with changing string-numbers.
uint16_t score = 0; ///< The score for this high score. Do NOT change type, will break hs.dat
};