diff mbox series

[ovs-dev] sflow, ovn: Typofix: trafic -> traffic

Message ID 20190523222034.u3qfhbl2gatos6p5@eru.my.domain
State Accepted
Commit 97950510e8a0416c2899831b6c7e8ae37744d91d
Headers show
Series [ovs-dev] sflow, ovn: Typofix: trafic -> traffic | expand

Commit Message

Klemens Nanni May 23, 2019, 10:20 p.m. UTC
Spotted http://docs.openvswitch.org/en/latest/howto/sflow/,
grepping the tree found another instance in ovn.
---
 Documentation/howto/sflow.rst | 6 +++---
 ovn/northd/ovn-northd.8.xml   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Klemens Nanni May 23, 2019, 10:53 p.m. UTC | #1
Spotted http://docs.openvswitch.org/en/latest/howto/sflow/,
grepping the tree found another instance in ovn.

Signed-off-by: Klemens Nanni <klemens@posteo.de>
---
 Documentation/howto/sflow.rst | 6 +++---
 ovn/northd/ovn-northd.8.xml   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/howto/sflow.rst b/Documentation/howto/sflow.rst
index ae7737faf..c6ab0764c 100644
--- a/Documentation/howto/sflow.rst
+++ b/Documentation/howto/sflow.rst
@@ -21,9 +21,9 @@
 
       Avoid deeper levels because they do not render well.
 
-================================
-Monitoring VM Trafic Using sFlow
-================================
+=================================
+Monitoring VM Traffic Using sFlow
+=================================
 
 This document describes how to use Open vSwitch is to monitor traffic sent
 between two VMs on the same host using an sFlow collector.
diff --git a/ovn/northd/ovn-northd.8.xml b/ovn/northd/ovn-northd.8.xml
index aab8f6974..e6417220f 100644
--- a/ovn/northd/ovn-northd.8.xml
+++ b/ovn/northd/ovn-northd.8.xml
@@ -341,7 +341,7 @@
       </li>
 
       <li>
-        A priority-65535 flow that drops all trafic in the reply direction
+        A priority-65535 flow that drops all traffic in the reply direction
         with <code>ct_label.blocked</code> set meaning that the connection
         should no longer be allowed due to a policy change.  Packets
         in the request direction are skipped here to let a newly created
Ben Pfaff May 23, 2019, 11:38 p.m. UTC | #2
On Fri, May 24, 2019 at 12:53:40AM +0200, Klemens Nanni wrote:
> Spotted http://docs.openvswitch.org/en/latest/howto/sflow/,
> grepping the tree found another instance in ovn.
> 
> Signed-off-by: Klemens Nanni <klemens@posteo.de>

Thanks!  Applied to master.
diff mbox series

Patch

diff --git a/Documentation/howto/sflow.rst b/Documentation/howto/sflow.rst
index ae7737faf..c6ab0764c 100644
--- a/Documentation/howto/sflow.rst
+++ b/Documentation/howto/sflow.rst
@@ -21,9 +21,9 @@ 
 
       Avoid deeper levels because they do not render well.
 
-================================
-Monitoring VM Trafic Using sFlow
-================================
+=================================
+Monitoring VM Traffic Using sFlow
+=================================
 
 This document describes how to use Open vSwitch is to monitor traffic sent
 between two VMs on the same host using an sFlow collector.
diff --git a/ovn/northd/ovn-northd.8.xml b/ovn/northd/ovn-northd.8.xml
index aab8f6974..e6417220f 100644
--- a/ovn/northd/ovn-northd.8.xml
+++ b/ovn/northd/ovn-northd.8.xml
@@ -341,7 +341,7 @@ 
       </li>
 
       <li>
-        A priority-65535 flow that drops all trafic in the reply direction
+        A priority-65535 flow that drops all traffic in the reply direction
         with <code>ct_label.blocked</code> set meaning that the connection
         should no longer be allowed due to a policy change.  Packets
         in the request direction are skipped here to let a newly created