SubmittingPatches: fix the spelling error

Signed-off-by: Mao Zhongyi <maozy.fnst@cn.fujitsu.com>
This commit is contained in:
Mao Zhongyi 2018-05-24 09:51:44 +08:00
parent 6ca6133a59
commit 831cbfb285

View File

@ -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