From d6de3a4d1e7fd9d04603c5b831723385a6101cad Mon Sep 17 00:00:00 2001 From: Antoine Lambert <anlambert@softwareheritage.org> Date: Wed, 19 Oct 2022 15:09:48 +0200 Subject: [PATCH] git_bare: Fix typo detected by codespell --- swh/vault/cookers/git_bare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swh/vault/cookers/git_bare.py b/swh/vault/cookers/git_bare.py index 4e76376..1ac10e0 100644 --- a/swh/vault/cookers/git_bare.py +++ b/swh/vault/cookers/git_bare.py @@ -291,7 +291,7 @@ class GitBareCooker(BaseVaultCooker): if release.target_type.value == ModelObjectType.REVISION: # Not necessary, but makes it easier to browse refs[b"ref/heads/master"] = hash_to_bytehex(release.target) - # TODO: synthetize a master branch for other target types + # TODO: synthesize a master branch for other target types elif self.obj_type == RootObjectType.SNAPSHOT: if snapshot is None: -- GitLab