We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e70fe commit ed62ed2Copy full SHA for ed62ed2
1 file changed
src/arch/zx48k/backend/errors.py
@@ -64,14 +64,14 @@ def __init__(self, label):
64
# Functions for throwing errors
65
# -----------------------------------------------------------------------------
66
def throw_invalid_quad_code(quad):
67
- """ Exception raised when an invalid quad code has been emmitted.
+ """ Exception raised when an invalid quad code has been emitted.
68
"""
69
raise InvalidICError(str(quad))
70
71
72
def throw_invalid_quad_params(quad, QUADS, nparams):
73
""" Exception raised when an invalid number of params in the
74
- quad code has been emmitted.
+ quad code has been emitted.
75
76
raise InvalidICError(str(quad),
77
"Invalid quad code params for '%s' (expected %i, but got %i)" %
0 commit comments