Skip to content

Commit 77b8939

Browse files
committed
hal_glib -fix spelling mistake 'TEMPARAY_MESSAGE'
Left original misspelled version to not break user's stuff
1 parent 60f1b1e commit 77b8939

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/python/hal_glib.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@ class _GStat(GObject.GObject):
236236
WARNING = 1
237237
CRITICAL = 2
238238

239-
TEMPARARY_MESSAGE = 255
239+
TEMPARARY_MESSAGE = 255 # Remove in future when releasing 2.10
240+
TEMP0RARY_MESSAGE = 255
240241
OPERATOR_ERROR = linuxcnc.OPERATOR_ERROR
241242
OPERATOR_TEXT = linuxcnc.OPERATOR_TEXT
242243
NML_ERROR = linuxcnc.NML_ERROR

0 commit comments

Comments
 (0)