]> git.ipfire.org Git - thirdparty/git.git/blobdiff - help.c
Merge branch 'rs/patch-id-use-oid-to-hex'
[thirdparty/git.git] / help.c
diff --git a/help.c b/help.c
index 9ff2be6b188fe890e0a9ba28b63effbdf99036ef..cf67624a94bc47ad7d373d64a1d3b20f562c8fc1 100644 (file)
--- a/help.c
+++ b/help.c
@@ -34,7 +34,7 @@ static struct category_description main_categories[] = {
        { CAT_foreignscminterface, N_("Interacting with Others") },
        { CAT_plumbingmanipulators, N_("Low-level Commands / Manipulators") },
        { CAT_plumbinginterrogators, N_("Low-level Commands / Interrogators") },
-       { CAT_synchingrepositories, N_("Low-level Commands / Synching Repositories") },
+       { CAT_synchingrepositories, N_("Low-level Commands / Syncing Repositories") },
        { CAT_purehelpers, N_("Low-level Commands / Internal Helpers") },
        { 0, NULL }
 };