summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/settings_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 51d9895eb4..6d604574f1 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -105,7 +105,7 @@
not just a char pointer.
prefix: The absolute path to not save in the variable, ex /.rockbox/wps_file
suffix: The file extention (usually...) e.g .wps_file
- If the prefix is set (not NULL), the the suffix must be set as well.
+ If the prefix is set (not NULL), then the suffix must be set as well.
*/
#define TEXT_SETTING(flags,var,name,default,prefix,suffix) \
{flags|F_T_UCHARPTR, &global_settings.var,-1, \