Skip to content

Commit c6d1280

Browse files
committed
hal_glib -fix mispelled TEMPORARY_MESSAGE O not zero
1 parent 4043af5 commit c6d1280

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/python/hal_glib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ class _GStat(GObject.GObject):
237237
CRITICAL = 2
238238

239239
TEMPARARY_MESSAGE = 255 # Remove in future when releasing 2.10
240-
TEMP0RARY_MESSAGE = 255
240+
TEMPORARY_MESSAGE = 255
241241
OPERATOR_ERROR = linuxcnc.OPERATOR_ERROR
242242
OPERATOR_TEXT = linuxcnc.OPERATOR_TEXT
243243
NML_ERROR = linuxcnc.NML_ERROR

0 commit comments

Comments
 (0)