From: Mike Baker Date: Fri, 23 Feb 2007 06:21:22 +0000 (+0000) Subject: fix typo (closes #1393) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=91d7ffb7e846c990587978bb0d63e5d52b375c5c fix typo (closes #1393) SVN-Revision: 6347 --- diff --git a/net/dsniff/Makefile b/net/dsniff/Makefile index d6a1559607..ddf5c383cd 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