]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
action: typo nat fix
authorJamal Hadi Salim <jhs@mojatatu.com>
Sun, 29 Sep 2013 11:39:23 +0000 (07:39 -0400)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 1 Oct 2013 04:31:40 +0000 (21:31 -0700)
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 <jhs@mojatatu.com>
tc/m_nat.c

index 01ec0328c4aa929cafaef020de8ad396e130be93..d502a819eaeeb2df33c3bf4de036656e793766dc 100644 (file)
@@ -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--;