fix a spelling mistake
authorjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 1 Dec 2011 08:34:43 +0000 (08:34 +0000)
committerjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 1 Dec 2011 08:34:43 +0000 (08:34 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65761 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/els_icon.c

index 828cd8f..73f5584 100644 (file)
@@ -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;