From: raster Date: Mon, 26 Jul 2010 07:24:17 +0000 (+0000) Subject: bah! X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~1199 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78aeb8b26631bfce5f7d6cce4ff31504ef97068c;p=profile%2Fivi%2Fedje.git bah! git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@50507 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_lua2.c b/src/lib/edje_lua2.c index 3c5bcda..09f6814 100644 --- a/src/lib/edje_lua2.c +++ b/src/lib/edje_lua2.c @@ -3,15 +3,15 @@ */ /** - * @page luaref Edje LUA scripting + * @page luaref Edje Lua scripting * * @section intro Introduction * - * LUA is intended for script-only objects at this point (with embryo left + * Lua is intended for script-only objects at this point (with embryo left * for augmenting standard programs). Since script-only objects effectively - * define objects entirely via LUA script (resize handling, event handling + * define objects entirely via Lua script (resize handling, event handling * etc. etc.) this places many more demands on them, and thus a more powerful - * language is in order. LUA is that language. + * language is in order. Lua is that language. * * To get you started, here's an example: * @code