Re: [ovs-dev] [PATCH] Clean up some minor spelling and typos.

2018-03-14 Thread Ben Pfaff
On Wed, Mar 14, 2018 at 02:39:34PM -0700, Justin Pettit wrote:
> Signed-off-by: Justin Pettit 

Acked-by: Ben Pfaff 
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH] Clean up some minor spelling and typos.

2018-03-14 Thread Justin Pettit
Signed-off-by: Justin Pettit 
---
 Documentation/howto/docker.rst   |  6 +++---
 Documentation/howto/dpdk.rst | 12 ++--
 Documentation/howto/firewalld.rst|  2 +-
 Documentation/howto/lisp.rst |  2 +-
 Documentation/howto/userspace-tunneling.rst  |  2 +-
 Documentation/internals/committer-responsibilities.rst   |  2 +-
 Documentation/internals/contributing/backporting-patches.rst |  2 +-
 .../internals/contributing/coding-style-windows.rst  |  8 
 Documentation/internals/contributing/documentation-style.rst |  2 +-
 Documentation/internals/contributing/submitting-patches.rst  |  8 
 Documentation/intro/install/debian.rst   |  2 +-
 Documentation/intro/install/dpdk.rst |  2 +-
 Documentation/intro/install/general.rst  |  2 +-
 Documentation/intro/install/netbsd.rst   |  2 +-
 Documentation/intro/install/windows.rst  | 10 +-
 Documentation/topics/bonding.rst |  2 +-
 Documentation/topics/dpdk/ring.rst   |  2 +-
 Documentation/topics/idl-compound-indexes.rst|  6 +++---
 Documentation/topics/ovsdb-replication.rst   |  2 +-
 Documentation/topics/testing.rst |  6 +++---
 Documentation/tutorials/ovn-sandbox.rst  |  2 +-
 Documentation/tutorials/ovs-conntrack.rst|  8 
 lib/classifier.h |  4 ++--
 lib/rculist.h|  2 +-
 utilities/ovs-ofctl.8.in |  2 +-
 25 files changed, 50 insertions(+), 50 deletions(-)

diff --git a/Documentation/howto/docker.rst b/Documentation/howto/docker.rst
index ff8b708af7dc..a68b02fdb091 100644
--- a/Documentation/howto/docker.rst
+++ b/Documentation/howto/docker.rst
@@ -43,7 +43,7 @@ Setup
 -
 
 For multi-host networking with OVN and Docker, Docker has to be started with a
-destributed key-value store. For example, if you decide to use consul as your
+distributed key-value store. For example, if you decide to use consul as your
 distributed key-value store and your host IP address is ``$HOST_IP``, start
 your Docker daemon with::
 
@@ -120,7 +120,7 @@ The "overlay" mode
  The options are ``geneve`` or ``stt``. Your kernel must have support for
  your chosen ``$ENCAP_TYPE``. Both ``geneve`` and ``stt`` are part of the
  Open vSwitch kernel module that is compiled from this repo. If you use the
- Open vSwitch kernel module from upstream Linux, you will need a minumum
+ Open vSwitch kernel module from upstream Linux, you will need a minimum
  kernel version of 3.18 for ``geneve``. There is no ``stt`` support in
  upstream Linux. You can verify whether you have the support in your kernel
  as follows::
@@ -322,5 +322,5 @@ The "underlay" mode
 From here-on you can use the same Docker commands as described in
 `docker-overlay`_.
 
-Refer the the ovs-architecture man pages (``man ovn-architecture``) to
+Refer to the ovs-architecture man pages (``man ovn-architecture``) to
 understand OVN's architecture in detail.
diff --git a/Documentation/howto/dpdk.rst b/Documentation/howto/dpdk.rst
index d717d2ebebf5..79b626c76d0d 100644
--- a/Documentation/howto/dpdk.rst
+++ b/Documentation/howto/dpdk.rst
@@ -337,10 +337,10 @@ performance of non-tunnel traffic, specifically for 
smaller size packet.
 Extended & Custom Statistics
 
 
-DPDK Extended Statistics API allows PMD to expose unique set of statistics.
-The Extended statistics are implemented and supported only for DPDK physical
-and vHost ports. Custom statistics are dynamic set of counters which can
-vary depenend on a driver. Those statistics are implemented
+DPDK Extended Statistics API allows PMD to expose a unique set of statistics.
+The Extended Statistics are implemented and supported only for DPDK physical
+and vHost ports. Custom statistics are a dynamic set of counters which can
+vary depending on the driver. Those statistics are implemented
 for DPDK physical ports and contain all "dropped", "error" and "management"
 counters from XSTATS. XSTATS counters list can be found here:
 `__.
@@ -508,7 +508,7 @@ Add a userspace bridge and two ``dpdk`` (PHY) ports::
 $ ovs-vsctl add-port br0 phy1 -- set Interface phy1 type=dpdk
   options:dpdk-devargs=:01:00.1 ofport_request=2
 
-Add test flows to forward packets betwen DPDK port 0 and port 1::
+Add test flows to forward packets between DPDK port 0 and port 1::
 
 # Clear current flows
 $ ovs-ofctl del-flows br0
@@ -543,7 +543,7 @@ ports::
 $ ovs-vsctl add-port br0