summaryrefslogtreecommitdiff
path: root/wt-status.c
diff options
context:
space:
mode:
authorLibravatar Elijah Newren <newren@gmail.com>2020-07-28 20:45:38 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-07-28 14:28:14 -0700
commit6d12b533b7791130a0b1ad42a316447e0326ecd1 (patch)
tree781d1c87add361d3f4bb2617a04c39f2a505a95d /wt-status.c
parentGit 2.28 (diff)
downloadtgif-6d12b533b7791130a0b1ad42a316447e0326ecd1.tar.xz
Remove doubled words in various comments
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'wt-status.c')
-rw-r--r--wt-status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wt-status.c b/wt-status.c
index c560cbe860..20f2075868 100644
--- a/wt-status.c
+++ b/wt-status.c
@@ -2035,7 +2035,7 @@ static void wt_porcelain_print(struct wt_status *s)
* [# branch.upstream <upstream><eol>
* [# branch.ab +<ahead> -<behind><eol>]]
*
- * <commit> ::= the current commit hash or the the literal
+ * <commit> ::= the current commit hash or the literal
* "(initial)" to indicate an initialized repo
* with no commits.
*