From: David Lamparter Date: Fri, 7 Dec 2018 19:06:53 +0000 (+0100) Subject: bgpd: re-add spelling error in JSON output X-Git-Tag: frr-7.1-dev~119^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F3453%2Fhead;p=mirror%2Ffrr.git 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 --- 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(