summaryrefslogtreecommitdiffstats
path: root/package/spidev_test
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-15 11:17:35 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-15 11:17:35 +0000
commite71cc700d68291718e759120170170dd85ed9dff (patch)
tree3faa223815c47a9ca1758a2040ff4884bb7bd9b5 /package/spidev_test
parent54a130a09266fbf04d0d8662c120af5a8f0b21a0 (diff)
[package] fix typo in spidev_test category
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14880 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/spidev_test')
-rw-r--r--package/spidev_test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/spidev_test/Makefile b/package/spidev_test/Makefile
index 9663b6192..3c1b724a2 100644
--- a/package/spidev_test/Makefile
+++ b/package/spidev_test/Makefile
@@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/spidev-test
SECTION:=utils
- CATEGORY:=Utilites
+ CATEGORY:=Utilities
DEPENDS:=@LINUX_2_6
TITLE:=SPI testing utility
VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)