bridge: Fix typo

Fixes: 7abf5de677 ("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>
This commit is contained in:
Benjamin Poirier 2020-05-01 17:47:16 +09:00 committed by Stephen Hemminger
parent 594b2d7799
commit 91b1b49ed3
1 changed files with 1 additions and 1 deletions

View 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 {