Typo--
authorDavid Walter Seikel <won_fang@yahoo.com.au>
Wed, 22 May 2013 02:56:28 +0000 (12:56 +1000)
committerDavid Walter Seikel <won_fang@yahoo.com.au>
Wed, 22 May 2013 02:57:12 +0000 (12:57 +1000)
src/lib/edje/edje_lua2.c

index 7923b5d..5f58f15 100644 (file)
@@ -2954,7 +2954,7 @@ static int _elua_map_smooth(lua_State *L);
 static int _elua_map_uv(lua_State *L);
 static int _elua_map_zoom(lua_State *L);
 
-static const char *_elua_evas_map_api = "ewas_map";
+static const char *_elua_evas_map_api = "evas_map";
 static const struct luaL_Reg _elua_evas_map_funcs [] =
 {
      {"alpha",         _elua_map_alpha},