From c077e3dc3354f93a80990cdcfceafd3e1664bbf7 Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Wed, 31 Mar 2021 19:20:35 +0100 Subject: [PATCH] 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; }