summaryrefslogtreecommitdiff
path: root/Documentation/tutorials
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2018-03-14 14:38:38 -0700
committerJustin Pettit <jpettit@ovn.org>2018-03-14 16:29:34 -0700
commitdfec5030fc7ccfa579a4c34ab57ba98e55f96632 (patch)
treecb94c52d3361ed3a714798f1b30c913e7905f688 /Documentation/tutorials
parent771c8ea048236155c8f258d4cff80a09127711ab (diff)
downloadopenvswitch-dfec5030fc7ccfa579a4c34ab57ba98e55f96632.tar.gz
Clean up some minor spelling and typos.
Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Documentation/tutorials')
-rw-r--r--Documentation/tutorials/ovn-sandbox.rst2
-rw-r--r--Documentation/tutorials/ovs-conntrack.rst8
2 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/tutorials/ovn-sandbox.rst b/Documentation/tutorials/ovn-sandbox.rst
index d1e749f31..56e46402d 100644
--- a/Documentation/tutorials/ovn-sandbox.rst
+++ b/Documentation/tutorials/ovn-sandbox.rst
@@ -37,7 +37,7 @@ For some general information about ``ovs-sandbox``, see the "Getting Started"
section of the tutorial_.
``ovs-sandbox`` does not include OVN support by default. To enable OVN, you
-must pass the ``--ovn`` flag. For example, if running it straight from the ovs
+must pass the ``--ovn`` flag. For example, if running it straight from the OVS
git tree you would run::
$ make sandbox SANDBOXFLAGS="--ovn"
diff --git a/Documentation/tutorials/ovs-conntrack.rst b/Documentation/tutorials/ovs-conntrack.rst
index 57b342e13..07ea9982b 100644
--- a/Documentation/tutorials/ovs-conntrack.rst
+++ b/Documentation/tutorials/ovs-conntrack.rst
@@ -32,9 +32,9 @@ statefull and stateless protocols)
This tutorial demonstrates how OVS can use the connection tracking system
to match on the TCP segments from connection setup to connection teardown.
-It will use OVS with the linux kernel module as the datapath for this
-tutorial. (datapath which utilizes the openvswitch kernel module to do
-the packet processing in the linux kernel)
+It will use OVS with the Linux kernel module as the datapath for this
+tutorial. (The datapath that utilizes the openvswitch kernel module to do
+the packet processing in the Linux kernel)
It was tested with the “master” branch of Open vSwitch.
Definitions
@@ -44,7 +44,7 @@ Definitions
inspection.
**pipeline**: is the packet processing pipeline which is the path taken by
-the packet when traversing through the tables where the pakcet matches the
+the packet when traversing through the tables where the packet matches the
match fields of a flow in the table and performs the actions present in
the matched flow.