From 54f29523d99df1601bb0790d4bbd07af1b3359e7 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Fri, 7 Dec 2018 20:06:53 +0100 Subject: [PATCH] bgpd: re-add spelling error in JSON output I bulk-fixed "recieved" as a misspelling in 0437e10... but didn't notice there was a JSON value among these. Signed-off-by: David Lamparter --- bgpd/bgp_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index 06caebe567..f83b146175 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -9722,7 +9722,7 @@ static void bgp_show_peer(struct vty *vty, struct peer *p, bool use_json, json_object_string_add( json_nxt, print_store, - "received"); + "recieved"); /* misspelled for compatibility */ } } json_object_object_add(