]> git.puffer.fish Git - matthieu/frr.git/commitdiff
isisd: fix typo in show debugging
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 31 Mar 2022 09:19:26 +0000 (11:19 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 31 Mar 2022 09:19:26 +0000 (11:19 +0200)
fix typo in show debugging.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
isisd/isisd.c

index 369b83396a2511d4d51dbc2e33868ccc802f4c1b..47fe62d27c8bc6228097cc2dc0b4c7da65bf950c 100644 (file)
@@ -1628,7 +1628,7 @@ void print_debug(struct vty *vty, int flags, int onoff)
                vty_out(vty, "IS-IS Update related packet debugging is %s\n",
                        onoffs);
        if (flags & DEBUG_RTE_EVENTS)
-               vty_out(vty, "IS-IS Route related debuggin is %s\n", onoffs);
+               vty_out(vty, "IS-IS Route related debugging is %s\n", onoffs);
        if (flags & DEBUG_EVENTS)
                vty_out(vty, "IS-IS Event debugging is %s\n", onoffs);
        if (flags & DEBUG_PACKET_DUMP)