From e26520e5c1c29af977283aed781d7865dc6b1f73 Mon Sep 17 00:00:00 2001 From: Jamal Hadi Salim Date: Sun, 29 Sep 2013 07:39:23 -0400 Subject: [PATCH] action: typo nat fix If you taketh you giveth. I Went the LinuxWay and copied this for m_simple.c and noticed this one typo (I wonder where it came from?;->). Signed-off-by: Jamal Hadi Salim --- tc/m_nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc/m_nat.c b/tc/m_nat.c index 01ec0328..d502a819 100644 --- a/tc/m_nat.c +++ b/tc/m_nat.c @@ -146,7 +146,7 @@ parse_nat(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct if (matches(*argv, "index") == 0) { NEXT_ARG(); if (get_u32(&sel.index, *argv, 10)) { - fprintf(stderr, "Pedit: Illegal \"index\"\n"); + fprintf(stderr, "Nat: Illegal \"index\"\n"); return -1; } argc--;