objectstore: fix typo in comment

It is "already" not "alreday".
This commit is contained in:
Christian Kellner 2020-12-04 11:15:14 +01:00
parent 83caf800e5
commit b7ae7a01c6

View file

@ -317,7 +317,7 @@ class ObjectStore(contextlib.AbstractContextManager):
# symlink the object_id (config hash) in the refs directory to the
# treesum (content hash) in the objects directory. If a symlink by
# that name alreday exists, atomically replace it, but leave the
# that name already exists, atomically replace it, but leave the
# backing object in place (it may be in use).
with self.tempdir() as tmp:
link = f"{tmp}/link"