diff options
author | Arnd Hannemann <hannemann@nets.rwth-aachen.de> | 2010-06-22 02:22:21 -0400 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2010-06-22 02:22:21 -0400 |
commit | fe6fb552858f686f39e33d7b0a33fe56dacea0bf (patch) | |
tree | 30296b888623a553a1c78c25bbba956eae005639 /net | |
parent | 600069daf792f497ae1e1da74e2fff6ac5de6c47 (diff) |
netfilter: fix simple typo in KConfig for netfiltert xt_TEE
Destination was spelled wrong in KConfig.
Signed-off-by: Arnd Hannemann <hannemann@nets.rwth-aachen.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/netfilter/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 413ed24a968a..21be53598987 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig | |||
@@ -515,7 +515,7 @@ config NETFILTER_XT_TARGET_RATEEST | |||
515 | To compile it as a module, choose M here. If unsure, say N. | 515 | To compile it as a module, choose M here. If unsure, say N. |
516 | 516 | ||
517 | config NETFILTER_XT_TARGET_TEE | 517 | config NETFILTER_XT_TARGET_TEE |
518 | tristate '"TEE" - packet cloning to alternate destiantion' | 518 | tristate '"TEE" - packet cloning to alternate destination' |
519 | depends on NETFILTER_ADVANCED | 519 | depends on NETFILTER_ADVANCED |
520 | depends on (IPV6 || IPV6=n) | 520 | depends on (IPV6 || IPV6=n) |
521 | depends on !NF_CONNTRACK || NF_CONNTRACK | 521 | depends on !NF_CONNTRACK || NF_CONNTRACK |