From: Peter Volkov <pva@gentoo.org>
To: netfilter-devel@vger.kernel.org
Cc: Li Yewang <lyw@cn.fujitsu.com>
Subject: [Fwd: [iptables]fix a typo]
Date: Tue, 21 Dec 2010 12:44:58 +0300 [thread overview]
Message-ID: <1292924699.18804.19.camel@tablet> (raw)
Hi guys, this patch looks correct to me. Could somebody apply it?
--
Peter.
-------- Пересылаемое сообщение --------
От: Li Yewang <lyw@cn.fujitsu.com>
Кому: netfilter-devel@vger.kernel.org
Тема: [iptables]fix a typo
Дата: Wed, 04 Aug 2010 13:22:21 +0800
Fix a typo.
Signed-off-by: Li Yewang <lyw@cn.fujitsu.com>
---
xtables.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xtables.c b/xtables.c
index ed082f3..31fd8f9 100644
--- a/xtables.c
+++ b/xtables.c
@@ -734,7 +734,7 @@ void xtables_register_match(struct xtables_match *me)
}
if (strlen(me->name) >= XT_EXTENSION_MAXNAMELEN) {
- fprintf(stderr, "%s: target `%s' has invalid name\n",
+ fprintf(stderr, "%s: match `%s' has invalid name\n",
xt_params->program_name, me->name);
exit(1);
}
--
1.5.5.1
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2010-12-21 9:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-21 9:44 Peter Volkov [this message]
2011-01-09 21:26 ` [Fwd: [iptables]fix a typo] Pablo Neira Ayuso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1292924699.18804.19.camel@tablet \
--to=pva@gentoo.org \
--cc=lyw@cn.fujitsu.com \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).