jaehwan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2f75c8b6d9a6d93d6a0940c26dc0808331fb7e3c
commit 2f75c8b6d9a6d93d6a0940c26dc0808331fb7e3c Author: Jaehwan Kim <jae.hwan....@samsung.com> Date: Wed Jun 1 13:22:14 2016 +0900 examples: elementary: fix the wrong spell in comment. --- src/examples/elementary/theme_example_02.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/elementary/theme_example_02.c b/src/examples/elementary/theme_example_02.c index 871d23f..4269fb0 100644 --- a/src/examples/elementary/theme_example_02.c +++ b/src/examples/elementary/theme_example_02.c @@ -1,5 +1,5 @@ /* - * gcc -o theme_example_02 theme_example_02.c `pkg-config --cflags --libs elememntaru` + * gcc -o theme_example_02 theme_example_02.c `pkg-config --cflags --libs elementary` */ #include <Elementary.h> --