Skip to content

Commit a618e3f

Browse files
committed
gladevcp -fix spelling mistake 'TEMPARAY_MESSAGE'
1 parent 160ee09 commit a618e3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/python/gladevcp/gtk_action.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ def TOGGLE_LIMITS_OVERRIDE(self):
133133
# let calling function know we didn't release the limit override
134134
return False
135135
elif not STATUS.is_limits_override_set() and STATUS.is_hard_limits_tripped():
136-
STATUS.emit('error', STATUS.TEMPARARY_MESSAGE, 'Hard Limits Are Overridden!')
136+
STATUS.emit('error', STATUS.TEMPORARY_MESSAGE, 'Hard Limits Are Overridden!')
137137
self.cmd.override_limits()
138138
else:
139-
STATUS.emit('error', STATUS.TEMPARARY_MESSAGE, 'Hard Limits Are Reset To Active!')
139+
STATUS.emit('error', STATUS.TEMPORARY_MESSAGE, 'Hard Limits Are Reset To Active!')
140140
self.cmd.override_limits()
141141

142142
def SET_MDI_MODE(self):

0 commit comments

Comments
 (0)