Hi guys, this patch looks correct to me. Could somebody apply it? -- Peter. -------- ÐÐÑÐÑÑÐÐÐÐÐÐ ÑÐÐÐÑÐÐÐÐ -------- ÐÑ: Li Yewang <lyw@xxxxxxxxxxxxxx> ÐÐÐÑ: netfilter-devel@xxxxxxxxxxxxxxx ÐÐÐÐ: [iptables]fix a typo ÐÐÑÐ: Wed, 04 Aug 2010 13:22:21 +0800 Fix a typo. Signed-off-by: Li Yewang <lyw@xxxxxxxxxxxxxx> --- 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html