Skip to content

Commit

Permalink
style: fix spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Sep 30, 2024
1 parent d15202f commit 924ef8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion craft_parts/overlays/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def load(cls, part: Part) -> Optional["LayerHash"]:
:param part: The part whose layer hash will be loaded.
:return: A layer hash object containing the loaded validaton hash,
:return: A layer hash object containing the loaded validation hash,
or None if the file doesn't exist.
"""
hash_file = part.part_state_dir / "layer_hash"
Expand Down
2 changes: 1 addition & 1 deletion craft_parts/packages/yum.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def install_packages(

# XXX Facundo 2023-02-07: the information returned by this method is not used
# anywhere, so we should clean it up and just return None (here, and in the
# Ubuntu reposity too, where a further cleaning should be done) -- related
# Ubuntu repository too, where a further cleaning should be done) -- related
# to this, `list_only` should go away.
return []

Expand Down

0 comments on commit 924ef8b

Please sign in to comment.