From 6a0a1abfdecd9c517aa4b1bdf910fe7576d2004a Mon Sep 17 00:00:00 2001 From: jypark Date: Thu, 1 Dec 2011 08:34:43 +0000 Subject: [PATCH] fix a spelling mistake git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65761 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/els_icon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/els_icon.c b/src/lib/els_icon.c index 828cd8f..73f5584 100644 --- a/src/lib/els_icon.c +++ b/src/lib/els_icon.c @@ -380,7 +380,7 @@ _els_smart_icon_orient_set(Evas_Object *obj, Elm_Image_Orient orient) } evas_object_image_size_get(sd->obj, &iw, &ih); - /* we need seperate destination memory if we want rotate 90 or 270 degree */ + /* we need separate destination memory if we want to rotate 90 or 270 degree */ evas_object_image_data_copy_set(sd->obj, data2); if (!data2) return; -- 2.7.4