From f34d976ca22a357ef13e843a199308cf5f761bc6 Mon Sep 17 00:00:00 2001 From: mbm Date: Fri, 23 Feb 2007 06:21:22 +0000 Subject: [PATCH] fix typo (closes #1393) git-svn-id: svn://svn.openwrt.org/openwrt/packages@6347 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/dsniff/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/dsniff/Makefile b/net/dsniff/Makefile index d6a155960..ddf5c383c 100644 --- a/net/dsniff/Makefile +++ b/net/dsniff/Makefile @@ -26,9 +26,9 @@ define Package/dsniff SECTION:=net CATEGORY:=Network DEPENDS:=+libpcap +libnids +libnet0 +libopenssl +libgdbm - TITLE:=A collection of tools for betwork auditing and penetration testing + TITLE:=A collection of tools for network auditing and penetration testing DESCRIPTION:=\ - A collection of tools for betwork auditing and penetration testing. + A collection of tools for network auditing and penetration testing. URL:=http://www.monkey.org/~dugsong/dsniff/ endef