From: Matt LaPlante <laplam@rpi.edu>
Date: Thu, 29 Jun 2006 19:51:15 +0000 (-0700)
Subject: [NETFILTE] ipv4: Fix typo (Bugzilla #6753)
X-Git-Tag: v2.6.18-rc1~321^2~7
X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c22751b73a3770b3046102bb97b139218ff1875b;p=linux-2.6-omap-h63xx.git

[NETFILTE] ipv4: Fix typo (Bugzilla #6753)

This patch fixes bugzilla #6753, a typo in the netfilter Kconfig

Signed-off-by: David S. Miller <davem@davemloft.net>
---

diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig
index e1d7f5fbc52..ef0b5aac583 100644
--- a/net/ipv4/netfilter/Kconfig
+++ b/net/ipv4/netfilter/Kconfig
@@ -332,7 +332,7 @@ config IP_NF_MATCH_HASHLIMIT
 	help
 	  This option adds a new iptables `hashlimit' match.  
 
-	  As opposed to `limit', this match dynamically crates a hash table
+	  As opposed to `limit', this match dynamically creates a hash table
 	  of limit buckets, based on your selection of source/destination
 	  ip addresses and/or ports.