jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=61d76136de03d4adb1e7fcfe7fe6e8b28aef2fc9
commit 61d76136de03d4adb1e7fcfe7fe6e8b28aef2fc9 Author: Jean-Philippe Andre <jp.an...@samsung.com> Date: Wed Jan 7 17:53:24 2015 +0900 Evas examples: Fix comment also in evas-map-aa.c i'm dumb and didn't even read the line above the one i changed... --- src/examples/evas/evas-map-aa.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/examples/evas/evas-map-aa.c b/src/examples/evas/evas-map-aa.c index e1de349..c396543 100644 --- a/src/examples/evas/evas-map-aa.c +++ b/src/examples/evas/evas-map-aa.c @@ -1,5 +1,6 @@ /** - * Simple Evas example illustrating a trasnparent window + * Example showing the difference between Evas Map with and without + * anti-aliasing (AA). * * @verbatim * gcc -o evas-map-aa evas-map-aa.c `pkg-config --libs --cflags evas ecore ecore-evas eina` --