doc: fix typo in contributors guide
authorMuhammad Bilal <m.bilal@emumba.com>
Thu, 26 Mar 2020 05:46:54 +0000 (10:46 +0500)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 24 May 2020 21:34:58 +0000 (23:34 +0200)
Bugzilla ID: 422
Fixes: 9e0e4a00df77 ("doc: suggest to keep doc and code in same patch")
Cc: stable@dpdk.org
Signed-off-by: Muhammad Bilal <m.bilal@emumba.com>
doc/guides/contributing/patches.rst

index 5e6faa0..01e0a2f 100644 (file)
@@ -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.