contrib/package: fix typos in package descriptions
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 29 Mar 2010 18:40:46 +0000 (18:40 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 29 Mar 2010 18:40:46 +0000 (18:40 +0000)
contrib/package/luci/Makefile

index 1a9b8e9..c89cdd0 100644 (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