From cdfb430e2f3c319e2ec1f076f6bd0eee684c5a82 Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Thu, 31 Mar 2022 11:19:26 +0200 Subject: [PATCH] isisd: fix typo in show debugging fix typo in show debugging. Signed-off-by: Philippe Guibert --- isisd/isisd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isisd/isisd.c b/isisd/isisd.c index 369b83396a..47fe62d27c 100644 --- a/isisd/isisd.c +++ b/isisd/isisd.c @@ -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)