From 15be47368408dc988ca3c758c7271d7d2578decd Mon Sep 17 00:00:00 2001 From: LiquidFenrir Date: Fri, 8 Dec 2017 18:14:08 +0100 Subject: [PATCH] typo --- source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {