[packages] sudo: fix typo in Makefile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@15477 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2009-04-29 09:14:52 +00:00
parent 474c4337f3
commit 9c94ea0e32

View File

@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/sudo
SECTION:= admin
CATEGORY:=Admistration
CATEGORY:=Administration
TITLE:=delegate authority to run commands
URL:=http://www.sudo.ws/
endef