diff options
Diffstat (limited to 'settings.h')
-rw-r--r-- | settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.h b/settings.h index 904abca77..5e57f1774 100644 --- a/settings.h +++ b/settings.h @@ -62,7 +62,7 @@ typedef SettingDesc SettingDescGlobVarList; typedef enum { IGT_VARIABLES = 0, ///< values of the form "landscape = hilly" - IGT_LIST = 1, ///< a list of values, seperated by \n and terminated by the next group block + IGT_LIST = 1, ///< a list of values, seperated by \n and terminated by the next group block } IniGroupType; /** Get the address of the variable. Which one to pick depends on the object |