Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: GoesM <[email protected]>
  • Loading branch information
GoesM authored and GoesM committed Mar 14, 2024
1 parent 6ad0f39 commit 6a41d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_util/include/nav2_util/simple_action_server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ class SimpleActionServer
if (steady_clock::now() - start_time >= server_timeout_) {
terminate_all();
if (completion_callback_) {completion_callback_();}
error_msg("Action callback is still running and missed deadline to stop")
error_msg("Action callback is still running and missed deadline to stop");
}
}

Expand Down

0 comments on commit 6a41d35

Please sign in to comment.