Skip to content

Commit ed62ed2

Browse files
committed
Fix typo in comment
1 parent 80e70fe commit ed62ed2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/arch/zx48k/backend/errors.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ def __init__(self, label):
6464
# Functions for throwing errors
6565
# -----------------------------------------------------------------------------
6666
def throw_invalid_quad_code(quad):
67-
""" Exception raised when an invalid quad code has been emmitted.
67+
""" Exception raised when an invalid quad code has been emitted.
6868
"""
6969
raise InvalidICError(str(quad))
7070

7171

7272
def throw_invalid_quad_params(quad, QUADS, nparams):
7373
""" Exception raised when an invalid number of params in the
74-
quad code has been emmitted.
74+
quad code has been emitted.
7575
"""
7676
raise InvalidICError(str(quad),
7777
"Invalid quad code params for '%s' (expected %i, but got %i)" %

0 commit comments

Comments
 (0)