pkgs/clan: Fix typos

This commit is contained in:
a-kenji
2025-02-02 23:20:39 +07:00
parent c746b84a6f
commit 1694f8b3a8
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ def split_selector(selector: str) -> list[Selector]:
@dataclass
class FlakeCacheEntry:
"""
a recrusive structure to store the cache, with a value and a selector
a recursive structure to store the cache, with a value and a selector
"""
def __init__(