summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bgpd/bgp_route.c2
1 files changed, 1 insertions, 1 deletions
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: