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>
This commit is contained in:
parent
d3fa443f97
commit
225e815ef2
2
help.c
2
help.c
@ -39,7 +39,7 @@ static struct category_description main_categories[] = {
|
|||||||
{ CAT_synchingrepositories, N_("Low-level Commands / Syncing Repositories") },
|
{ CAT_synchingrepositories, N_("Low-level Commands / Syncing Repositories") },
|
||||||
{ CAT_purehelpers, N_("Low-level Commands / Internal Helpers") },
|
{ CAT_purehelpers, N_("Low-level Commands / Internal Helpers") },
|
||||||
{ CAT_userinterfaces, N_("User-facing repository, command and file interfaces") },
|
{ CAT_userinterfaces, N_("User-facing repository, command and file interfaces") },
|
||||||
{ CAT_developerinterfaces, N_("Developer-facing file file formats, protocols and interfaces") },
|
{ CAT_developerinterfaces, N_("Developer-facing file formats, protocols and other interfaces") },
|
||||||
{ 0, NULL }
|
{ 0, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -231,7 +231,7 @@ test_expect_success "'git help -a' section spacing" '
|
|||||||
|
|
||||||
User-facing repository, command and file interfaces
|
User-facing repository, command and file interfaces
|
||||||
|
|
||||||
Developer-facing file file formats, protocols and interfaces
|
Developer-facing file formats, protocols and other interfaces
|
||||||
EOF
|
EOF
|
||||||
test_cmp expect actual
|
test_cmp expect actual
|
||||||
'
|
'
|
||||||
|
Loading…
Reference in New Issue
Block a user