Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/emc/usr_intf/qtplasmac/qtplasmac_gcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,7 @@ def write_errors(self):
else:
errorText = f'Conversational block header must be line 1, it is currently line {self.errorLines[0]}:\n'
if self.errorBlockFormat:
msg = 'Conversational block code format is inconsistant with header or is invalid.\n'
msg = 'Conversational block code format is inconsistent with header or is invalid.\n'
errorText += self.message_set(self.errorBlockFormat, msg)
errorText = msg
if self.codeWarn:
Expand Down
Loading