netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Fwd: [iptables]fix a typo]
@ 2010-12-21  9:44 Peter Volkov
  2011-01-09 21:26 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Volkov @ 2010-12-21  9:44 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Li Yewang

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-09 21:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-21  9:44 [Fwd: [iptables]fix a typo] Peter Volkov
2011-01-09 21:26 ` Pablo Neira Ayuso

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).