]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: Replace typo "Cluser length" => "Cluster length" 8063/head
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Thu, 11 Feb 2021 15:10:20 +0000 (17:10 +0200)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Thu, 11 Feb 2021 15:11:12 +0000 (17:11 +0200)
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
bgpd/bgp_route.c

index 19761d701ae1c396c168261fd3eb57a424104a58..f63a2b024701738a0b64353461e613276b4ee737 100644 (file)
@@ -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: