diff mbox

[2/2] SubmittingPatches: fix typo of SubmittingPatches.rst

Message ID 20180507104035.30562-2-maozy.fnst@cn.fujitsu.com (mailing list archive)
State New, archived
Headers show

Commit Message

Mao Zhongyi May 7, 2018, 10:40 a.m. UTC
Signed-off-by: Mao Zhongyi <maozy.fnst@cn.fujitsu.com>
---
 SubmittingPatches.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/SubmittingPatches.rst b/SubmittingPatches.rst
index 3334504..f68d988 100644
--- a/SubmittingPatches.rst
+++ b/SubmittingPatches.rst
@@ -331,7 +331,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