Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1465958 > unrolled thread

[PATCH] netfilter: fix spelling mistake: "delimitter" -> "delimiter"

Started byColin King <colin.king@canonical.com>
First post2016-08-19 05:40 +0200
Last post2016-08-22 11:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] netfilter: fix spelling mistake: "delimitter" -> "delimiter" Colin King <colin.king@canonical.com> - 2016-08-19 05:40 +0200
    Re: [PATCH] netfilter: fix spelling mistake: "delimitter" ->  "delimiter" Pablo Neira Ayuso <pablo@netfilter.org> - 2016-08-22 11:50 +0200

#1465958 — [PATCH] netfilter: fix spelling mistake: "delimitter" -> "delimiter"

FromColin King <colin.king@canonical.com>
Date2016-08-19 05:40 +0200
Subject[PATCH] netfilter: fix spelling mistake: "delimitter" -> "delimiter"
Message-ID<s7IP0-hA-3@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in pr_debug message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 net/netfilter/nf_conntrack_ftp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/netfilter/nf_conntrack_ftp.c b/net/netfilter/nf_conntrack_ftp.c
index 4314700..b6934b5 100644
--- a/net/netfilter/nf_conntrack_ftp.c
+++ b/net/netfilter/nf_conntrack_ftp.c
@@ -237,7 +237,7 @@ static int try_eprt(const char *data, size_t dlen, struct nf_conntrack_man *cmd,
 	}
 	delim = data[0];
 	if (isdigit(delim) || delim < 33 || delim > 126 || data[2] != delim) {
-		pr_debug("try_eprt: invalid delimitter.\n");
+		pr_debug("try_eprt: invalid delimiter.\n");
 		return 0;
 	}
 
-- 
2.8.1

[toc] | [next] | [standalone]


#1467508 — Re: [PATCH] netfilter: fix spelling mistake: "delimitter" -> "delimiter"

FromPablo Neira Ayuso <pablo@netfilter.org>
Date2016-08-22 11:50 +0200
SubjectRe: [PATCH] netfilter: fix spelling mistake: "delimitter" -> "delimiter"
Message-ID<s8U1H-4zE-11@gated-at.bofh.it>
In reply to#1465958
On Thu, Aug 18, 2016 at 04:47:57PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> trivial fix to spelling mistake in pr_debug message

Applied.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web