From 9f72a39f68247893bfb1806f5198cd22f1580809 Mon Sep 17 00:00:00 2001 From: Thiago Farina Date: Fri, 1 Apr 2016 16:43:50 -0300 Subject: [PATCH] DOC: fix "needed" typo While at it use "You" instead of "They" as in the context it seems to make more sense to refer to "you", as it is you that are going to be running the command, there is no "they". Signed-off-by: Thiago Farina --- CONTRIBUTING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING b/CONTRIBUTING index 0f6b9ed620..968da4fc41 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -626,14 +626,14 @@ formating or style issue : $ git show master.. And once you're satisfied, you should update your master branch to be sure that -nothing changed during your work (only neede if you left it unattended for days +nothing changed during your work (only needed if you left it unattended for days or weeks) : $ git checkout -b 20150920-fix-stats-rebased $ git fetch origin master:master $ git rebase master -They can build a list of patches ready for submission like this : +You can build a list of patches ready for submission like this : $ git format-patch master -- 2.47.3