aboutsummaryrefslogtreecommitdiffstats
path: root/package/spidev_test
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-03-15 11:17:35 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-03-15 11:17:35 +0000
commit44eec54c20e721743cb83fcc70e52d00cf02aa94 (patch)
tree38acbcfb6513cbc5398f6fdc57208dccbc078a4c /package/spidev_test
parent61dca5a46a4952dfae8cbf6647e7582a57d23348 (diff)
downloadupstream-44eec54c20e721743cb83fcc70e52d00cf02aa94.tar.gz
upstream-44eec54c20e721743cb83fcc70e52d00cf02aa94.tar.bz2
upstream-44eec54c20e721743cb83fcc70e52d00cf02aa94.zip
fix typo in spidev_test category
SVN-Revision: 14880
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 9663b61920..3c1b724a25 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)