X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp-api%2Fvom%2Finterface_types.cpp;h=a089f589f33e0435d0c158b536e76fc9321077c1;hb=c819fc612f9a79eaba2981dc2e8f7c31552db5ea;hp=6afec8077a5ec1ad4d1a92f2a39333ebdca79a54;hpb=812ed39f9da336310e815c361ab5a9f118657d94;p=vpp.git diff --git a/src/vpp-api/vom/interface_types.cpp b/src/vpp-api/vom/interface_types.cpp index 6afec8077a5..a089f589f33 100644 --- a/src/vpp-api/vom/interface_types.cpp +++ b/src/vpp-api/vom/interface_types.cpp @@ -21,7 +21,7 @@ namespace VOM { */ const interface::type_t interface::type_t::UNKNOWN(0, "unknown"); const interface::type_t interface::type_t::BVI(1, "BVI"); -const interface::type_t interface::type_t::ETHERNET(2, "Ehternet"); +const interface::type_t interface::type_t::ETHERNET(2, "Ethernet"); const interface::type_t interface::type_t::VXLAN(3, "VXLAN"); const interface::type_t interface::type_t::AFPACKET(4, "AFPACKET"); const interface::type_t interface::type_t::LOOPBACK(5, "LOOPBACK");