projects
/
project
/
luci.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
libs/lpk: Fixed typos
[project/luci.git]
/
libs
/
lpk
/
luasrc
/
lpk
/
core
/
install.lua
diff --git
a/libs/lpk/luasrc/lpk/core/install.lua
b/libs/lpk/luasrc/lpk/core/install.lua
index
abf612b
..
434f618
100644
(file)
--- a/
libs/lpk/luasrc/lpk/core/install.lua
+++ b/
libs/lpk/luasrc/lpk/core/install.lua
@@
-7,9
+7,9
@@
end
function process(register)
register.sometext = "Test"
function process(register)
register.sometext = "Test"
- if not register.retr
ei
ved then
- print("Step down to retr
ei
ve")
- return "retr
ei
ve"
+ if not register.retr
ie
ved then
+ print("Step down to retr
ie
ve")
+ return "retr
ie
ve"
else
print("Coming up again")
end
else
print("Coming up again")
end