objectstore: fix typo in comment
It is "already" not "alreday".
This commit is contained in:
parent
83caf800e5
commit
b7ae7a01c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue