doc/interpret-trailers: fix "the this" typo
Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Martin Ågren committed
Aug 20, 2017 at 05:40 UTC
5a0d0c037cc187a6eee6329206b9f6a48746a054
1 file changed
+1
-1
Documentation/git-interpret-trailers.txt
+1
-1
@@ -21,7 +21,7 @@ This command reads some patches or commit messages from either the
21
<file> arguments or the standard input if no <file> is specified. If
22
`--parse` is specified, the output consists of the parsed trailers.
23
24
-Otherwise, the this command applies the arguments passed using the
24
+Otherwise, this command applies the arguments passed using the
25
`--trailer` option, if any, to the commit message part of each input
26
file. The result is emitted on the standard output.
27