netstar pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=c077e3dc3354f93a80990cdcfceafd3e1664bbf7
commit c077e3dc3354f93a80990cdcfceafd3e1664bbf7 Author: Alastair Poole <nets...@gmail.com> Date: Wed Mar 31 19:20:35 2021 +0100 e_start: Fix typo in error string. --- src/bin/e_start_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_start_main.c b/src/bin/e_start_main.c index 0b4812794..f21118b85 100644 --- a/src/bin/e_start_main.c +++ b/src/bin/e_start_main.c @@ -875,7 +875,7 @@ not_done: } else if (WEXITSTATUS(status) == 101) { - printf("Explici error exit from enlightenment\n"); + printf("Explicit error exit from enlightenment\n"); restart = EINA_FALSE; done = EINA_TRUE; } --