e_start: Fix typo in error string.

This commit is contained in:
Alastair Poole 2021-03-31 19:20:35 +01:00
parent 0509814168
commit c077e3dc33
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}