From 37ad3149e96043037d2aecad38bddcc100666b9d Mon Sep 17 00:00:00 2001
From: Johannes Schindelin <johannes.schindelin@gmx.de>
Date: Sun, 10 Dec 2023 11:20:08 +0100
Subject: [PATCH] Do not mis-spell the `git hash-object` command

Even in translations, the command names need to refer to the actual
Git command whose name is not to be translated.

This was reported by Todd Zullinger as a broken link to the manual page
in https://lore.kernel.org/git/ZWVIRXodL9pQZbtj@pobox.com/.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
---
 po/documentation.fr.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/po/documentation.fr.po b/po/documentation.fr.po
index 52f921e..3cce7d2 100644
--- a/po/documentation.fr.po
+++ b/po/documentation.fr.po
@@ -36604,7 +36604,7 @@ msgstr "NOTES D'UTILISATION"
 #: en/git-merge-tree.txt:205
 #, priority:100
 msgid "This command is intended as low-level plumbing, similar to linkgit:git-hash-object[1], linkgit:git-mktree[1], linkgit:git-commit-tree[1], linkgit:git-write-tree[1], linkgit:git-update-ref[1], and linkgit:git-mktag[1].  Thus, it can be used as a part of a series of steps such as:"
-msgstr "Cette commande est destinée à la plomberie de bas niveau, semblable à linkgit:git-hash[1], linkgit:git-mktree[1], linkgit:git-commit-tree[1], linkgit:git-write-tree[1], linkgit:git-update-ref[1], et linkgit:git-mktag[1]. Ainsi, elle peut être utilisée comme partie d'une série d'étapes telles que :"
+msgstr "Cette commande est destinée à la plomberie de bas niveau, semblable à linkgit:git-hash-object[1], linkgit:git-mktree[1], linkgit:git-commit-tree[1], linkgit:git-write-tree[1], linkgit:git-update-ref[1], et linkgit:git-mktag[1]. Ainsi, elle peut être utilisée comme partie d'une série d'étapes telles que :"
 
 #. type: Plain text
 #: en/git-merge-tree.txt:210
-- 
GitLab