diff options
| author | Mark Stapp <mjs@voltanet.io> | 2021-02-11 14:59:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 14:59:40 -0500 |
| commit | 497bb82b623579ade9fb54b7a32d0e8f7f3b4c74 (patch) | |
| tree | e13731facd389a9f93c77daf0e8e15088ff5574b | |
| parent | 66fdb1d15d92a052d643f5979a8e457569f89469 (diff) | |
| parent | bcab253c22fa9659aaf78d512780711579e029a2 (diff) | |
Merge pull request #8063 from ton31337/fix/typo_enum_bestpath
bgpd: Replace typo "Cluser length" => "Cluster length"
| -rw-r--r-- | bgpd/bgp_route.c | 2 |
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: |
