Skip to content

Commit 225e815

Browse files
fangyi-zhougitster
authored andcommitted
help: fix doubled words in explanation for developer interfaces
Signed-off-by: Fangyi Zhou <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d3fa443 commit 225e815

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

help.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static struct category_description main_categories[] = {
3939
{ CAT_synchingrepositories, N_("Low-level Commands / Syncing Repositories") },
4040
{ CAT_purehelpers, N_("Low-level Commands / Internal Helpers") },
4141
{ CAT_userinterfaces, N_("User-facing repository, command and file interfaces") },
42-
{ CAT_developerinterfaces, N_("Developer-facing file file formats, protocols and interfaces") },
42+
{ CAT_developerinterfaces, N_("Developer-facing file formats, protocols and other interfaces") },
4343
{ 0, NULL }
4444
};
4545

t/t0012-help.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ test_expect_success "'git help -a' section spacing" '
231231
232232
User-facing repository, command and file interfaces
233233
234-
Developer-facing file file formats, protocols and interfaces
234+
Developer-facing file formats, protocols and other interfaces
235235
EOF
236236
test_cmp expect actual
237237
'

0 commit comments

Comments
 (0)