2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

ovs-vsctl: Fix minor typo in error message

This commit is contained in:
Justin Pettit
2009-12-17 16:07:14 -08:00
parent 95440284bd
commit 11aa56278b

View File

@@ -723,7 +723,7 @@ cmd_add_br(struct vsctl_context *ctx)
parent = find_bridge(&info, parent_name, false);
if (parent && parent->vlan) {
vsctl_fatal("cannot create brdige with fake bridge as parent");
vsctl_fatal("cannot create bridge with fake bridge as parent");
}
if (!parent) {
vsctl_fatal("parent bridge %s does not exist", parent_name);