]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: fix "needed" typo
authorThiago Farina <tfransosi@gmail.com>
Fri, 1 Apr 2016 19:43:50 +0000 (16:43 -0300)
committerWilly Tarreau <w@1wt.eu>
Sun, 3 Apr 2016 12:21:22 +0000 (14:21 +0200)
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 <tfarina@chromium.org>
CONTRIBUTING

index 0f6b9ed620b2dbfa840b1684bc9e8c7acbb2c56c..968da4fc41d62230b5594bd0be44f9ee9fe80138 100644 (file)
@@ -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