diff options
author | Giovanni Giacobbi <giovanni@giacobbi.net> | 2021-01-20 09:36:08 +0100 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2021-01-20 12:36:13 +0200 |
commit | d3280e6f5df17b799230e229c9472cf8854015ae (patch) | |
tree | df164446021686b30b92c7d132bf2fb2bb4478b8 /applications/luci-app-acl/Makefile | |
parent | 03d11de79f84e3bc88311a10dd4bedfab4617515 (diff) |
treewide: minor fixes to typos, whitespace, and indentation
Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
Diffstat (limited to 'applications/luci-app-acl/Makefile')
-rw-r--r-- | applications/luci-app-acl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-acl/Makefile b/applications/luci-app-acl/Makefile index 01fa7f1708..11af15ebb7 100644 --- a/applications/luci-app-acl/Makefile +++ b/applications/luci-app-acl/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk -LUCI_TITLE:=LuCI account managment module +LUCI_TITLE:=LuCI account management module LUCI_DEPENDS:=+luci-base include ../../luci.mk |