From fe6fb552858f686f39e33d7b0a33fe56dacea0bf Mon Sep 17 00:00:00 2001 From: Arnd Hannemann Date: Tue, 22 Jun 2010 08:22:21 +0200 Subject: [PATCH] netfilter: fix simple typo in KConfig for netfiltert xt_TEE Destination was spelled wrong in KConfig. Signed-off-by: Arnd Hannemann Signed-off-by: Patrick McHardy --- net/netfilter/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 413ed24a968..21be5359898 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig @@ -515,7 +515,7 @@ config NETFILTER_XT_TARGET_RATEEST To compile it as a module, choose M here. If unsure, say N. config NETFILTER_XT_TARGET_TEE - tristate '"TEE" - packet cloning to alternate destiantion' + tristate '"TEE" - packet cloning to alternate destination' depends on NETFILTER_ADVANCED depends on (IPV6 || IPV6=n) depends on !NF_CONNTRACK || NF_CONNTRACK -- 2.11.4.GIT