Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ă…gren <martin.agren@gmail.com>2017-08-20 12:40:09 +0300
committerJunio C Hamano <gitster@pobox.com>2017-08-20 20:04:57 +0300
commit5a0d0c037cc187a6eee6329206b9f6a48746a054 (patch)
tree7c862c7e7a8cb67b31bd889cab0c4d77e23a092c /Documentation/git-interpret-trailers.txt
parent58311c66fd316dff8f2c68a634ca0cf968227870 (diff)
doc/interpret-trailers: fix "the this" typo
Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-interpret-trailers.txt')
-rw-r--r--Documentation/git-interpret-trailers.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-interpret-trailers.txt b/Documentation/git-interpret-trailers.txt
index 1df8aabf51..2e22210734 100644
--- a/Documentation/git-interpret-trailers.txt
+++ b/Documentation/git-interpret-trailers.txt
@@ -21,7 +21,7 @@ This command reads some patches or commit messages from either the
<file> arguments or the standard input if no <file> is specified. If
`--parse` is specified, the output consists of the parsed trailers.
-Otherwise, the this command applies the arguments passed using the
+Otherwise, this command applies the arguments passed using the
`--trailer` option, if any, to the commit message part of each input
file. The result is emitted on the standard output.