diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-11-15 17:21:56 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-11-16 14:45:28 +0100 |
commit | 14aa0c3d3ab0ba1647a477967849a2ee3c32ae51 (patch) | |
tree | a5129172e558d9bc91e97da4914a96094724f12e /ripd | |
parent | ripd: Allow rip_redistribute_add to know the nexthop type (diff) | |
download | frr-14aa0c3d3ab0ba1647a477967849a2ee3c32ae51.tar.xz frr-14aa0c3d3ab0ba1647a477967849a2ee3c32ae51.zip |
ripd: Fix spelling mistake in debug
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'ripd')
-rw-r--r-- | ripd/ripd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/ripd.c b/ripd/ripd.c index 4c1a12b0d..3c5451659 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, |