From c3c06a1ebd5ef641bb211926d4ccc0a88e2dab3e Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Fri, 19 Aug 2022 17:53:38 +0200 Subject: [PATCH] objectstore: small comment fix Just fix a typo, and start the comment with a capital letter. --- osbuild/objectstore.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osbuild/objectstore.py b/osbuild/objectstore.py index 7734fb53..642ffd7f 100644 --- a/osbuild/objectstore.py +++ b/osbuild/objectstore.py @@ -306,8 +306,8 @@ class ObjectStore(contextlib.AbstractContextManager): Returns: The name of the object """ - # the object is stored in the objects directory using its unique - # name. This means that eatch commit will always result in a new + # The object is stored in the objects directory using its unique + # name. This means that each commit will always result in a new # object in the store, even if an identical one exists. object_name = obj.store_tree()