summaryrefslogtreecommitdiff
path: root/Documentation/tutorials/ovn-sandbox.rst
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/ovn-sandbox.rst
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/ovn-sandbox.rst')
-rw-r--r--Documentation/tutorials/ovn-sandbox.rst2
1 files changed, 1 insertions, 1 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"