diff options
author | David Walter Seikel | 2014-03-18 09:02:04 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-03-18 09:02:04 +1000 |
commit | 330255da6ee60843d77225f66df63cb15b060027 (patch) | |
tree | cf07eed2ef824647e5bff52a8d262bffe0bce951 /ClientHamr/GuiLua/README | |
parent | TODO++ (diff) | |
download | SledjHamr-330255da6ee60843d77225f66df63cb15b060027.zip SledjHamr-330255da6ee60843d77225f66df63cb15b060027.tar.gz SledjHamr-330255da6ee60843d77225f66df63cb15b060027.tar.bz2 SledjHamr-330255da6ee60843d77225f66df63cb15b060027.tar.xz |
Same typo -- lol
Diffstat (limited to '')
-rw-r--r-- | ClientHamr/GuiLua/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/README b/ClientHamr/GuiLua/README index 5ce3dc1..d24812a 100644 --- a/ClientHamr/GuiLua/README +++ b/ClientHamr/GuiLua/README | |||
@@ -52,7 +52,7 @@ help to make matrix-RAD style stuff work as well as it did there. | |||
52 | Edje Lua is restricted to scripts in edje files, AND sandboxed to those | 52 | Edje Lua is restricted to scripts in edje files, AND sandboxed to those |
53 | edje files as well. We want to step outside that sandbox, and run stand | 53 | edje files as well. We want to step outside that sandbox, and run stand |
54 | alone Lua scripts, as well as GuiLua / LuaSL scripts internal to | 54 | alone Lua scripts, as well as GuiLua / LuaSL scripts internal to |
55 | extantz. Some merging of LUaSL and Edje Lua, leaving room for GuiLua, | 55 | extantz. Some merging of LuaSL and Edje Lua, leaving room for GuiLua, |
56 | would be great, but I might have to convince Raster. Note that the | 56 | would be great, but I might have to convince Raster. Note that the |
57 | socket idea wont work in sandboxed edje Lua scripts, unless the socket | 57 | socket idea wont work in sandboxed edje Lua scripts, unless the socket |
58 | is in C code, that uses edje messages as the internal transport. | 58 | is in C code, that uses edje messages as the internal transport. |