From b7ae7a01c658b7bff531e35c7e2bd64ab7035311 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Fri, 4 Dec 2020 11:15:14 +0100 Subject: [PATCH] objectstore: fix typo in comment It is "already" not "alreday". --- osbuild/objectstore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osbuild/objectstore.py b/osbuild/objectstore.py index c7594d26..3d8e17bb 100644 --- a/osbuild/objectstore.py +++ b/osbuild/objectstore.py @@ -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"