diff options
author | Arnd Hannemann <hannemann@nets.rwth-aachen.de> | 2010-06-22 10:22:21 +0400 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2010-06-22 10:22:21 +0400 |
commit | fe6fb552858f686f39e33d7b0a33fe56dacea0bf (patch) | |
tree | 30296b888623a553a1c78c25bbba956eae005639 /net | |
parent | 600069daf792f497ae1e1da74e2fff6ac5de6c47 (diff) | |
download | linux-fe6fb552858f686f39e33d7b0a33fe56dacea0bf.tar.xz |
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 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 |