summaryrefslogtreecommitdiffstats
path: root/help.c
diff options
context:
space:
mode:
authorFangyi Zhou <me@fangyi.io>2022-09-16 15:05:29 +0200
committerJunio C Hamano <gitster@pobox.com>2022-09-16 18:20:11 +0200
commit225e815ef238d6033c7f78160274b96de7b197f9 (patch)
tree55c1381307718ed49288c3346e6dcc3454babac7 /help.c
parentGit 2.38-rc0 (diff)
downloadgit-225e815ef238d6033c7f78160274b96de7b197f9.tar.xz
git-225e815ef238d6033c7f78160274b96de7b197f9.zip
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 'help.c')
-rw-r--r--help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/help.c b/help.c
index ec670d5f68..d04542d826 100644
--- a/help.c
+++ b/help.c
@@ -39,7 +39,7 @@ static struct category_description main_categories[] = {
{ CAT_synchingrepositories, N_("Low-level Commands / Syncing Repositories") },
{ CAT_purehelpers, N_("Low-level Commands / Internal Helpers") },
{ 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 }
};