summaryrefslogtreecommitdiffhomepage
path: root/core/src/fs.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/fs.lua')
-rw-r--r--core/src/fs.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/fs.lua b/core/src/fs.lua
index fc47287b90..5c1f2a051b 100644
--- a/core/src/fs.lua
+++ b/core/src/fs.lua
@@ -1,5 +1,5 @@
--[[
-FFLuCI - Filesystem tools
+LuCI - Filesystem tools
Description:
A module offering often needed filesystem manipulation functions
@@ -24,7 +24,7 @@ limitations under the License.
]]--
-module("ffluci.fs", package.seeall)
+module("luci.fs", package.seeall)
require("posix")