From: Muhammad Bilal Date: Thu, 26 Mar 2020 05:46:54 +0000 (+0500) Subject: doc: fix typo in contributors guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=ba8af67fcd7aea9f0d4956bc58b15c71d3319744;p=dpdk.git doc: fix typo in contributors guide Bugzilla ID: 422 Fixes: 9e0e4a00df77 ("doc: suggest to keep doc and code in same patch") Cc: stable@dpdk.org Signed-off-by: Muhammad Bilal --- diff --git a/doc/guides/contributing/patches.rst b/doc/guides/contributing/patches.rst index 5e6faa0c63..01e0a2f6ba 100644 --- a/doc/guides/contributing/patches.rst +++ b/doc/guides/contributing/patches.rst @@ -182,7 +182,7 @@ A good way of thinking about whether a patch should be split is to consider whet applied without dependencies as a backport. It is better to keep the related documentation changes in the same patch -file as the code, rather than one big documentation patch at then end of a +file as the code, rather than one big documentation patch at the end of a patchset. This makes it easier for future maintenance and development of the code.