Skip to content

Commit 118c581

Browse files
fix spelling
1 parent 8b58e91 commit 118c581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/egglog/declarations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def __egg_decls__(self) -> Declarations:
9393
# Catch attribute error, so that it isn't bubbled up as a missing attribute and fallbacks on `__getattr__`
9494
# instead raise explicitly
9595
except AttributeError as err:
96-
msg = f"Cannot resolve declerations for {self}"
96+
msg = f"Cannot resolve declarations for {self}"
9797
raise RuntimeError(msg) from err
9898

9999

0 commit comments

Comments
 (0)