From 2f75c8b6d9a6d93d6a0940c26dc0808331fb7e3c Mon Sep 17 00:00:00 2001 From: Jaehwan Kim Date: Wed, 1 Jun 2016 13:22:14 +0900 Subject: [PATCH] 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 -- 2.7.4