diff --git a/source/main.c b/source/main.c index 7c81344..b679b50 100644 --- a/source/main.c +++ b/source/main.c @@ -267,7 +267,7 @@ int main(void) case MODE_THEMES: if(current_list->shuffle_count > MAX_SHUFFLE_THEMES) { - throw_error("You have too many Shuffle seleted.", ERROR_LEVEL_WARNING); + throw_error("You have too many Shuffle selected.", ERROR_LEVEL_WARNING); } else if(current_list->shuffle_count == 0) {