From: Donatas Abraitis Date: Thu, 11 Feb 2021 15:10:20 +0000 (+0200) Subject: bgpd: Replace typo "Cluser length" => "Cluster length" X-Git-Tag: base_8.0~400^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=bcab253c22fa9659aaf78d512780711579e029a2;p=matthieu%2Ffrr.git bgpd: Replace typo "Cluser length" => "Cluster length" Signed-off-by: Donatas Abraitis --- diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index 19761d701a..f63a2b0247 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -8272,7 +8272,7 @@ bgp_path_selection_reason2str(enum bgp_path_selection_reason reason) case bgp_path_selection_router_id: return "Router ID"; case bgp_path_selection_cluster_length: - return "Cluser length"; + return "Cluster length"; case bgp_path_selection_stale: return "Path Staleness"; case bgp_path_selection_local_configured: