]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
bridge: Fix typo
authorBenjamin Poirier <bpoirier@cumulusnetworks.com>
Fri, 1 May 2020 08:47:16 +0000 (17:47 +0900)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 5 May 2020 00:13:53 +0000 (17:13 -0700)
Fixes: 7abf5de677e3 ("bridge: vlan: add support to display per-vlan statistics")
Signed-off-by: Benjamin Poirier <bpoirier@cumulusnetworks.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
bridge/vlan.c

index ac0796f68795522db7ded1791000dbb24136365b..37ff2973d7927cd0e84ec00fad01a91299f0f609 100644 (file)
@@ -546,7 +546,7 @@ static int vlan_show(int argc, char **argv, int subject)
 
                ret = rtnl_dump_filter(&rth, print_vlan, &subject);
                if (ret < 0) {
-                       fprintf(stderr, "Dump ternminated\n");
+                       fprintf(stderr, "Dump terminated\n");
                        exit(1);
                }
        } else {