diff options
author | Mao Zhongyi <maozy.fnst@cn.fujitsu.com> | 2018-05-24 03:51:44 +0200 |
---|---|---|
committer | Mao Zhongyi <maozy.fnst@cn.fujitsu.com> | 2018-05-31 14:35:39 +0200 |
commit | 831cbfb285965fc9c5954b2ff8f96f60ec65fbea (patch) | |
tree | d6b3afa8d72dc712d9ad600456cf1841fdfbb948 /SubmittingPatches.rst | |
parent | librados: fix the spelling error (diff) | |
download | ceph-831cbfb285965fc9c5954b2ff8f96f60ec65fbea.tar.xz ceph-831cbfb285965fc9c5954b2ff8f96f60ec65fbea.zip |
SubmittingPatches: fix the spelling error
Signed-off-by: Mao Zhongyi <maozy.fnst@cn.fujitsu.com>
Diffstat (limited to 'SubmittingPatches.rst')
-rw-r--r-- | SubmittingPatches.rst | 2 |
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 |