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:
authorFangyi Zhou <me@fangyi.io>2022-09-16 16:05:29 +0300
committerJunio C Hamano <gitster@pobox.com>2022-09-16 19:20:11 +0300
commit225e815ef238d6033c7f78160274b96de7b197f9 (patch)
tree55c1381307718ed49288c3346e6dcc3454babac7 /t/t0012-help.sh
parentd3fa443f97e3a8d75b51341e2d5bac380b7422df (diff)
help: fix doubled words in explanation for developer interfaces
Signed-off-by: Fangyi Zhou <me@fangyi.io> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t0012-help.sh')
-rwxr-xr-xt/t0012-help.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0012-help.sh b/t/t0012-help.sh
index 4ed2f242eb..dbfc5c8267 100755
--- a/t/t0012-help.sh
+++ b/t/t0012-help.sh
@@ -231,7 +231,7 @@ test_expect_success "'git help -a' section spacing" '
User-facing repository, command and file interfaces
- Developer-facing file file formats, protocols and interfaces
+ Developer-facing file formats, protocols and other interfaces
EOF
test_cmp expect actual
'