contrib/package: fix typos in package descriptions

This commit is contained in:
Jo-Philipp Wich 2010-03-29 18:40:46 +00:00
parent 9785264f79
commit dce144a2f4

View file

@ -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