evas/image - fixed typo
authorChunEon Park <hermet@hermet.pe.kr>
Fri, 25 Apr 2014 11:10:46 +0000 (20:10 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 25 Apr 2014 11:10:46 +0000 (20:10 +0900)
src/lib/evas/canvas/evas_object_image.c

index 5639c15..153b6e9 100644 (file)
@@ -229,7 +229,7 @@ static const Evas_Object_Image_State default_state = {
   { 1.0, 0, 0, 0, 0, 1 }, // border
   NULL, NULL, NULL,  //source, defmap, scene
   { NULL }, //u
-  NULL, //ley
+  NULL, //key
   0, //frame
   EVAS_TEXTURE_REPEAT,
   EVAS_COLORSPACE_ARGB8888,