From 5298e471752882e1fa0eb122d60d1072d38c0612 Mon Sep 17 00:00:00 2001 From: raster Date: Mon, 26 Jul 2010 07:24:17 +0000 Subject: [PATCH] bah! git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@50507 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/edje_lua2.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.7.4