diff --git a/motorHist.py b/motorHist.py index adb51bfe6b07c740a0d34447774dee6d2153558a..d370726ab1f3efe17ddeaf59aa2d8a9a97e151e2 100755 --- a/motorHist.py +++ b/motorHist.py @@ -34,7 +34,7 @@ mip_dict = {1 << 0 : ("Jog forward", ("Done", "In Progress")), 1 << 6 : ("Retry", ("Done", "In Progress")), 1 << 7 : ("Load position", ("Done", "In Progress")), 1 << 8 : ("Backlash", ("Done", "In Progress")), - 1 << 9 : ("Stoping", ("Done", "In Progress")), + 1 << 9 : ("Stopping", ("Done", "In Progress")), 1 << 10 : ("Delay request", ("Done", "In Progress")), 1 << 11 : ("Delay acknowledge", ("Done", "In Progress")), 1 << 12 : ("Jog request", ("Done", "In Progress")),