[ovs-dev] [PATCH] Typo fix: vswtich -> vswitch.

Ben Pfaff blp at ovn.org
Fri Jan 17 00:22:29 UTC 2020


Signed-off-by: Ben Pfaff <blp at ovn.org>
---
 NEWS                  | 2 +-
 tests/ofproto-dpif.at | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 4d56eee31900..1df105c41c95 100644
--- a/NEWS
+++ b/NEWS
@@ -28,7 +28,7 @@ Post-v2.12.0
      * Add support for DPDK 19.11.
    - RSTP:
      * The rstp_statistics column in Port table will only be updated every
-       stats-update-interval configured in Open_vSwtich table.
+       stats-update-interval configured in Open_vSwitch table.
    - OVSDB:
      * When ovsdb-server is running in backup mode, the default value of probe
        interval is increased to 60 seconds for the connection to the
diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at
index 88acc4b1ab06..ff1cc93707b8 100644
--- a/tests/ofproto-dpif.at
+++ b/tests/ofproto-dpif.at
@@ -7970,7 +7970,7 @@ dl_src=60:66:66:66:66:01 actions=pop_mpls:0x8847,controller
 AT_CHECK([ovs-ofctl add-flows br0 flows.txt])
 
 dnl Packet is dropped because an MPLS PUSH action is applied to a packet with
-dnl 4 MPLS LSEs but ovs-vswtichd can only handle up to 3 MPLS LSEs and thus
+dnl 4 MPLS LSEs but ovs-vswitchd can only handle up to 3 MPLS LSEs and thus
 dnl can't determine the resulting MPLS label after MPLS push/pop actions.
 dnl
 dnl The input is a frame with two MPLS headers which tcpdump -vve shows as:
-- 
2.23.0



More information about the dev mailing list