fix a spelling mistake

SVN revision: 65761
This commit is contained in:
Jiyoun Park 2011-12-01 08:34:43 +00:00
parent 2ccd676067
commit 7742f2bdd3
1 changed files with 1 additions and 1 deletions

View 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;