Cleanup: Correct various spelling errors

This commit is contained in:
Jonathan G Rennison
2026-04-27 21:05:08 +02:00
committed by rubidium42
parent 4a7cbf29f0
commit bbe5dbf230
39 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ struct ScriptSettingsWindow : public Window {
int clicked_row = 0; ///< The clicked row of settings.
int line_height = 0; ///< Height of a row in the matrix widget.
Scrollbar *vscroll = nullptr; ///< Cache of the vertical scrollbar.
typedef std::vector<const ScriptConfigItem *> VisibleSettingsList; ///< typdef for a vector of script settings
typedef std::vector<const ScriptConfigItem *> VisibleSettingsList; ///< typedef for a vector of script settings
VisibleSettingsList visible_settings{}; ///< List of visible AI settings
/**