From 14aa0c3d3ab0ba1647a477967849a2ee3c32ae51 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 15 Nov 2017 11:21:56 -0500 Subject: [PATCH] ripd: Fix spelling mistake in debug Signed-off-by: Donald Sharp --- ripd/ripd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ripd/ripd.c b/ripd/ripd.c index 4c1a12b0d5..3c5451659a 100644 --- a/ripd/ripd.c +++ b/ripd/ripd.c @@ -1557,7 +1557,7 @@ void rip_redistribute_delete(int type, int sub_type, struct prefix_ipv4 *p, if (IS_RIP_DEBUG_EVENT) zlog_debug( - "Poisone %s/%d on the interface %s with an " + "Poison %s/%d on the interface %s with an " "infinity metric [delete]", inet_ntoa(p->prefix), p->prefixlen, -- 2.39.5