jaehyun pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=f3895af390931036510f55d998a1f36ec1e94109
commit f3895af390931036510f55d998a1f36ec1e94109 Author: Jaehyun Cho <[email protected]> Date: Mon Oct 17 21:08:10 2016 +0900 tools: Fix typo. --- src/bin/tools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/tools.c b/src/bin/tools.c index cfe893d..e7a0bb4 100644 --- a/src/bin/tools.c +++ b/src/bin/tools.c @@ -342,7 +342,7 @@ tools_init(Evas_Object *parent) _("Console box (Alt + Down)<br>" "Display the console box, which shows the EDC<br>" "build logs, such as error messages. It pops<br>" - "up automatically when compliation errors occur."), + "up automatically when compilation errors occur."), console_cb); evas_object_size_hint_weight_set(btn, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); evas_object_size_hint_align_set(btn, EVAS_HINT_FILL, EVAS_HINT_FILL); --
