fix typo (closes #1393)
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 23 Feb 2007 06:21:22 +0000 (06:21 +0000)
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 23 Feb 2007 06:21:22 +0000 (06:21 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6347 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/dsniff/Makefile

index d6a1559..ddf5c38 100644 (file)
@@ -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