From: Li Yewang <lyw@cn.fujitsu.com>
To: netfilter-devel@vger.kernel.org
Subject: [iptables]fix a typo
Date: Wed, 04 Aug 2010 13:22:21 +0800 [thread overview]
Message-ID: <4C58F90D.7080006@cn.fujitsu.com> (raw)
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
reply other threads:[~2010-08-04 5:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4C58F90D.7080006@cn.fujitsu.com \
--to=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).