diff options
Diffstat (limited to 'core/src/util.lua')
-rw-r--r-- | core/src/util.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/util.lua b/core/src/util.lua index c7dba31969..0559fff6f8 100644 --- a/core/src/util.lua +++ b/core/src/util.lua @@ -1,5 +1,5 @@ --[[ -FFLuCI - Utility library +LuCI - Utility library Description: Several common useful Lua functions @@ -24,7 +24,7 @@ limitations under the License. ]]-- -module("ffluci.util", package.seeall) +module("luci.util", package.seeall) -- Lua simplified Python-style OO class support emulation |