Skip to content

Commit 160ee09

Browse files
committed
gladevcp -fix spelling mistake 'TEMPARAY_MESSAGE'
left misspelled version to not break users code
1 parent 1d52396 commit 160ee09

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/python/gladevcp/core.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ class Status(GStat):
4040
__gsignals__ = {
4141
'toolfile-stale': (GObject.SignalFlags.RUN_FIRST, GObject.TYPE_NONE, (GObject.TYPE_PYOBJECT,)),
4242
}
43-
TEMPARARY_MESSAGE = 255
43+
TEMPARARY_MESSAGE = 255 # remove in the future
44+
TEMPORARY_MESSAGE = 255
4445
OPERATOR_ERROR = linuxcnc.OPERATOR_ERROR
4546
OPERATOR_TEXT = linuxcnc.OPERATOR_TEXT
4647
NML_ERROR = linuxcnc.NML_ERROR

0 commit comments

Comments
 (0)