billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=e66e254e0accb6479d447548492a1db322473cbb
commit e66e254e0accb6479d447548492a1db322473cbb Author: Boris Faure <[email protected]> Date: Thu Jan 13 20:37:57 2022 +0100 colors: fix typo --- src/bin/colors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/colors.c b/src/bin/colors.c index 01037eb..5001741 100644 --- a/src/bin/colors.c +++ b/src/bin/colors.c @@ -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, --
