Skip to content

Commit 1cefffe

Browse files
authored
Fix typo (#80)
1 parent 441dd84 commit 1cefffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moveit_studio_msgs/moveit_studio_agent_msgs/msg/ObjectiveServerStatus.msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ int8 OBJECTIVE_STATUS_IDLE = 1
1111
int8 OBJECTIVE_STATUS_RUNNING = 2
1212
int8 OBJECTIVE_STATUS_SUCCESS = 3
1313
int8 OBJECTIVE_STATUS_FAILURE = 4
14-
int8 OBJECTIVE_STATUS_CANCELED = 5
14+
int8 OBJECTIVE_STATUS_CANCELLED = 5
1515

1616
# The status of the objective.
1717
int8 objective_status

0 commit comments

Comments
 (0)