From 2fdf2bfb719b0e8185c19377d3b220adc63132c3 Mon Sep 17 00:00:00 2001 From: Siddharth Kucheria Date: Tue, 21 May 2019 14:45:55 -0700 Subject: [PATCH] fixed typo Signed-off-by: Siddharth Kucheria --- rcl_action/src/rcl_action/types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcl_action/src/rcl_action/types.c b/rcl_action/src/rcl_action/types.c index 2d693b82b..03c9cbeef 100644 --- a/rcl_action/src/rcl_action/types.c +++ b/rcl_action/src/rcl_action/types.c @@ -132,7 +132,7 @@ rcl_action_cancel_response_fini(rcl_action_cancel_response_t * cancel_response) return RCL_RET_OK; } -/// Values should be changed if enum values chang +/// Values should be changed if enum values change const char * goal_state_descriptions[] = {"UNKNOWN", "ACCEPTED", "EXECUTING", "CANCELING", "SUCCEEDED", "CANCELED", "ABORTED"};