2005-10-28 12:27:11

by Horst H. von Brand

[permalink] [raw]
Subject: [PATCH] Fix typo

Date: 1128458496 -0400

Signed-off-by: Horst H. von Brand <[email protected]>


---

net/ipv4/netfilter/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

applies-to: 773021ad63126ff2dacff654bd41b03a4ad6389e
559144e679f79e29738fd9567cd58a77a027e587
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig
index 2cd7e7d..a765972 100644
--- a/net/ipv4/netfilter/Kconfig
+++ b/net/ipv4/netfilter/Kconfig
@@ -141,7 +141,7 @@ config IP_NF_PPTP
tristate 'PPTP protocol support'
help
This module adds support for PPTP (Point to Point Tunnelling
- Protocol, RFC2637) conncection tracking and NAT.
+ Protocol, RFC2637) connection tracking and NAT.

If you are running PPTP sessions over a stateful firewall or NAT
box, you may want to enable this feature.
---
0.99.8.GIT


2005-10-30 16:46:26

by Patrick McHardy

[permalink] [raw]
Subject: Re: [netfilter-core] [PATCH] Fix typo

Horst von Brand wrote:
> - Protocol, RFC2637) conncection tracking and NAT.
> + Protocol, RFC2637) connection tracking and NAT.

Apparently this patch went in already, although I didn't
see anyone applying it.