summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--SubmittingPatches.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/SubmittingPatches.rst b/SubmittingPatches.rst
index 9335d0630a7..8ee0d1879ca 100644
--- a/SubmittingPatches.rst
+++ b/SubmittingPatches.rst
@@ -329,7 +329,7 @@ with the 'git format-patch' command. For example,
will take the last two commits and generate patches in the mything/
directory. The commit you specify on the command line is the
'upstream' commit that you are diffing against. Note that it does
-not necesarily have to be an ancestor of your current commit. You
+not necessarily have to be an ancestor of your current commit. You
can do something like
.. code-block:: bash