diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-29 18:40:46 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-29 18:40:46 +0000 |
commit | dce144a2f43c6f39f66af023d88a65f10ce0d034 (patch) | |
tree | fbef9c34a2ee9daf6b8d21171a538c0077908fda | |
parent | 9785264f7929728a26649e38c0533d661d83524b (diff) |
contrib/package: fix typos in package descriptions
-rw-r--r-- | contrib/package/luci/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 1a9b8e90c..c89cdd074 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -1014,7 +1014,7 @@ endef define Package/luci-medium $(call Package/luci/collectiontemplate) - TITLE:=Medium package set using only admin full and a theme without grafics + TITLE:=Medium package set using only admin full and a theme without graphics DEPENDS:=+uhttpd +luci-admin-full +luci-theme-openwrtlight endef @@ -1025,7 +1025,7 @@ endef define Package/luci-light $(call Package/luci/collectiontemplate) - TITLE:=Minimum package set using only admin mini and a theme without grafics + TITLE:=Minimum package set using only admin mini and a theme without graphics DEPENDS:=+uhttpd +luci-admin-mini +luci-theme-openwrtlight endef |