[iptables]fix a typo

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux