From: onefang Date: Mon, 2 Jan 2012 10:19:49 +0000 (+0000) Subject: TYpo--, and a new comment! X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~464 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66c5094b54109b1c071a7c8f09e7eee81e5752d0;p=profile%2Fivi%2Fedje.git TYpo--, and a new comment! Nothing to see here, move along. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@66738 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_lua2.c b/src/lib/edje_lua2.c index 5294a4d..527d1bd 100644 --- a/src/lib/edje_lua2.c +++ b/src/lib/edje_lua2.c @@ -3685,7 +3685,7 @@ _elua_text_font(lua_State *L) // Stack usage [ @page luaref @subsubsection text_text text_object:text(text) -Get (and optionally set) the actual tetx for this text object. +Get (and optionally set) the actual text for this text object. Wraps evas_object_text_text_set(). @@ -3892,6 +3892,8 @@ _edje_lua2_script_init(Edje *ed) // Stack usage { int err; + /* This ends up pushing a function onto the stack for the lua_pcall() below to use. + * The function is the compiled code. */ err = luaL_loadbuffer(L, data, size, "edje_lua_script"); // Stack usage [-0, +1, m] if (err) {