objectstore: small comment fix

Just fix a typo, and start the comment with a capital letter.
This commit is contained in:
Christian Kellner 2022-08-19 17:53:38 +02:00
parent 0b870d88f0
commit c3c06a1ebd

View file

@ -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()