colors: fix typo

This commit is contained in:
Boris Faure 2022-01-13 20:37:57 +01:00
parent fa07673a4e
commit e66e254e0a
Signed by: borisfaure
GPG Key ID: EAA9CD729F522998
1 changed files with 1 additions and 1 deletions

View File

@ -748,7 +748,7 @@ color_scheme_list(void)
/* Search homedir first, so color classes there get used */
snprintf(buf, sizeof(buf) - 1,
"%s/terminology/colorchemes",
"%s/terminology/colorschemes",
efreet_config_home_get());
search_paths = eina_list_append(search_paths, eina_stringshare_add(buf));
snprintf(buf, sizeof(buf) - 1,