summaryrefslogtreecommitdiff
path: root/Documentation/internals/contributing/submitting-patches.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/internals/contributing/submitting-patches.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/internals/contributing/submitting-patches.rst')
-rw-r--r--Documentation/internals/contributing/submitting-patches.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/internals/contributing/submitting-patches.rst b/Documentation/internals/contributing/submitting-patches.rst
index eb7e651b8..0ddd24502 100644
--- a/Documentation/internals/contributing/submitting-patches.rst
+++ b/Documentation/internals/contributing/submitting-patches.rst
@@ -95,7 +95,7 @@ Where:
``<summary>``:
- briefly describes the change. Use the the imperative form,
+ briefly describes the change. Use the imperative form,
e.g. "Force SNAT for multiple gateway routers." or "Fix daemon exit
for bad datapaths or flows." Try to keep the summary short, about
50 characters wide.
@@ -318,7 +318,7 @@ Developer's Certificate of Origin
To help track the author of a patch as well as the submission chain, and be
clear that the developer has authority to submit a patch for inclusion in
-openvswitch please sign off your work. The sign off certifies the following:
+Open vSwitch please sign off your work. The sign off certifies the following:
::
@@ -411,9 +411,9 @@ file describes the coding style used in most of Open vSwitch. Use Linux kernel
coding style for Linux kernel code.
If your code is non-datapath code, you may use the ``utilities/checkpatch.py``
-utility as a quick check for certain commonly occuring mistakes (improper
+utility as a quick check for certain commonly occurring mistakes (improper
leading/trailing whitespace, missing signoffs, some improper formatted patch
-files). For linux datapath code, it is a good idea to use the linux script
+files). For Linux datapath code, it is a good idea to use the Linux script
``checkpatch.pl``.
Example