From: Jo-Philipp Wich Date: Wed, 29 Apr 2009 09:14:52 +0000 (+0000) Subject: [packages] sudo: fix typo in Makefile X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=116e0bbf31653776d99028129b9a1ff37550a4eb [packages] sudo: fix typo in Makefile SVN-Revision: 15477 --- diff --git a/admin/sudo/Makefile b/admin/sudo/Makefile index 1a983b1afa..44cbb2065b 100644 --- a/admin/sudo/Makefile +++ b/admin/sudo/Makefile @@ -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