projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
474c433
)
[packages] sudo: fix typo in Makefile
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 29 Apr 2009 09:14:52 +0000
(09:14 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 29 Apr 2009 09:14:52 +0000
(09:14 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15477
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
admin/sudo/Makefile
patch
|
blob
|
history
diff --git
a/admin/sudo/Makefile
b/admin/sudo/Makefile
index
1a983b1
..
44cbb20
100644
(file)
--- 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:=Admi
ni
stration
TITLE:=delegate authority to run commands
URL:=http://www.sudo.ws/
endef