Skip to content

Commit dd37e56

Browse files
committed
Merge branch 'fz/help-doublofix'
Typofix for topic already in -rc0. * fz/help-doublofix: help: fix doubled words in explanation for developer interfaces
2 parents 8c88f75 + 225e815 commit dd37e56

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)